Posts by vagnerPG • 59 points
3 posts
-
5
votes2
answers181
views -
0
votes1
answer148
viewsQ: Is it good practice to use n to skip lines or to use a print() alone?
Hello, I already know that adding n to a string will cause a new line to start, but when I want to skip a line I should use n at the end/beginning of a string or should put a print() alone? For…
-
-3
votes3
answers224
viewsQ: Variable becomes string without reason
I made a program where one should guess a number, and in the end it works normally, but I ended up encountering a somewhat strange event. In the code I transform a string with a number inside, in a…