- 1
Someone pls help nee
#input 00/10 - 00 seconds, 10 the hour, #you can input any second and hour you would like like this: 59/12, 01/13 and so on... time = input() time = time.split("/") i = 0 while time[0] <= 60: print(time[0] + time[1]) time[0] = time[0] + i i = i + 1 else: while time[0] >= 60: print(time[0] + time[1]) time[0] = 0 time[1] = time[1] + 1
1 Answer
+ 3
Don't expect people to put effort into helping you if you're not even willing to put any effort into asking your question.
https://www.sololearn.com/Content-Creation-Guidelines?
https://code.sololearn.com/Wv5gTHy1N6Ji/?ref=app
https://www.sololearn.com/discuss/1316935/?ref=app
https://code.sololearn.com/W3uiji9X28C1/?ref=app
https://www.sololearn.com/discuss/333866/?ref=app