Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
import jovian
jovian.commit(project='unfurlying-python-session-1')
[jovian] Attempting to save notebook..
c2rs=1475 #c2rs=cost of 2 radio sets
c1rs=c2rs/2
c35rs=35*c1rs
print("cost of 2 radio sets is",c2rs)
print("cost of 1 radio set is",c1rs)
print("cost of 35 radio sets is ",c35rs)
pr96t=12960 #price of 96 toys
pr1t=pr96t/96
la=1015 #left amount
amnt=p96t+la
print("cost of each toy is ",pr1t)
print("amount she had intially was",amnt)
cost of each toy is 135.0 amount she had intially was 13975
jovian.commit(project='unfurling-python-assignment-1')
[jovian] Attempting to save notebook.. [jovian] Creating a new project "ananyah/unfurling-python-assignment-1" [jovian] Uploading notebook.. [jovian] Capturing environment.. [jovian] Committed successfully! https://jovian.ai/ananyah/unfurling-python-assignment-1