Learn practical skills, build real-world projects, and advance your career
cost_of_bag = 25
is_bag_expensive = cost_of_bag > 100
print("Is the bag expensive?", is_bag_expensive)
Is the bag expensive? False
!pip install jovian --upgrade --quiet
import jovian