Computer Science, asked by poonamm184, 11 months ago

Question 6
Question 7
Question 8
Please hurry up guys..

Attachments:

Answers

Answered by Anonymous
0

Q6 code will

i=int(input("Enter no. in seconds"))

j=i/60

c=i%60

print(j)

print("mins")

print("And")

print(c)

print("secs"

Similar questions