Posts by Ruamms • 93 points
2 posts
-
1
votes1
answer150
viewsQ: Loop Problem and Time Calculation
I want to do a program, where he reads an activity, and the time spent on it. Example: Lavando o Portão, 10:30 as 12:00, tempo gasto 01:30 I am currently with 3 problems: The way my code is…
-
7
votes2
answers94
viewsQ: Problem when typing str in Python
I wrote that code: while True: try: n1 = int(input('Digite o número 1/5: ')) except ValueError as e: print("Digite um número:",) if ValueError: n1 = int(input('Digite o número 1/5: ')) try: n2 =…