Computer Science, asked by ASweety1431, 10 months ago

any Python programmer is here plzz help me ?????​

Attachments:

Anonymous: ___k off
ASweety1431: heyy plzz Don't disturb me !
ASweety1431: jisko pareshan krna h kro
ASweety1431: yaha se jao
NeverMind11: what happened
ASweety1431: pta nhi koun tha
ASweety1431: baar baar disturb kr rha tha
ASweety1431: apne delete kiya uska account
NeverMind11: ohh
NeverMind11: ok

Answers

Answered by NeverMind11
2


10.

if answer == "kilograms":

return amount * 2.2

elif answer == "pounds":

return amount / 1.45

else:

print "Please choose between kilograms and pounds."

restart = raw_input("Try again? ")

if restart == "yes":

conversion()

return 0

elif restart == "y":

conversion()

return 0
Attachments:

NeverMind11: m sry .. q no. 11 i don't know
NeverMind11: exactly
NeverMind11: i hope this helps you
ASweety1431: 9th one is correct ????
NeverMind11: yup
Answered by DMani3
3

11th qus

time1 = int(input("Please enter the first time: "))

time2 = int(input("Please enter the second time: "))

if time2 < time1 :

time2 = time2 + 2360

difference = time2 - time1

hours = difference // 100

minutes = difference % 100

hours = hours + minutes // 60

minutes = minutes % 60

print(hours, "hours", minutes, "minutes")


ASweety1431: I have some more questions can u give ans ?????
ASweety1431: listen
ASweety1431: ????
DMani3: Tell
ASweety1431: Check ur inbox
DMani3: wht sweety
ASweety1431: areee yaar
ASweety1431: u don't know what is inbox ???
DMani3: your all question
ASweety1431: hmm
Similar questions
Math, 5 months ago