Write a program that reads a number of seconds and prints it in form: mins and seconds | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Write a program that reads a number of seconds and prints it in form: mins and seconds

27th Jun 2019, 3:10 PM
gauri chaudhari
gauri chaudhari - avatar
3 Answers
+ 3
please help me i am just in 12 standard
27th Jun 2019, 3:39 PM
gauri chaudhari
gauri chaudhari - avatar
+ 1
i have attempted tell me whether it is right or not.
27th Jun 2019, 3:39 PM
gauri chaudhari
gauri chaudhari - avatar
0
t= int (input ("enter time in seconds")) b= (t//%60) print (b)
27th Jun 2019, 3:41 PM
gauri chaudhari
gauri chaudhari - avatar