Posts by Dionatan • 23 points
2 posts
-
0
votes3
answers134
viewsA: Starting in Python
The @hkotsubo helped me, follow the code, thank you very much msm! times = [] # lista dos times for i in range(12, 13): nome_time = input(f'Entre com o time da {i}° posição: ') pontos =…
-
2
votes3
answers134
viewsQ: Starting in Python
I made a program to see which team gets the last relegation position in the Brazilian championship. In the end when I put to order the results, they come out logically by results. How to go back to…