Posts by Renan Schuck • 65 points
2 posts
-
2
votes1
answer1653
viewsQ: doubts of logic in Python
I am a beginner in the world of programming and also in python. Solving some exercises I came across this Make a Program for a paint shop. The program should ask for the size in square meters of the…
-
3
votes1
answer108
viewsQ: What is the most efficient way to format code output to the user?
What is the most efficient way to format the output of my code? It is a classic exercise of the internet, but I would like to improve it. I want to leave the bars of "limit", (|) always with the…