Posts by Silvano Junior • 41 points
3 posts
-
-1
votes1
answer69
viewsQ: File execution error in pycharm
Good morning, everyone, I’m experiencing a boring situation that I’m having trouble solving. When running the game I’m developing the following image appears: Everything was fine before, the program…
-
1
votes3
answers1193
viewsQ: Python 3 number rounding
I am developing a project to calculate the wear of certain parts of a vehicle. However, I am still new to the Python language. My problem, for example, is this:: The liter of fuel costs R $ 5,83,…
python-3.xasked Silvano Junior 41 -
-1
votes3
answers194
viewsQ: "break" does not finish execution as it should
Create a program where the user can enter several numerical values and register them in a list. If the number already exists inside, it will not be added. At the end, all unique values typed will be…