+ 1
Write a program that reads a number of seconds and prints it in form: mins and seconds
3 Answers
+ 3
please help me i am just in 12 standard
+ 1
i have attempted tell me whether it is right or not.
0
t= int (input ("enter time in seconds"))
b= (t//%60)
print (b)