When the program gets to the point of asking you how long you want to farm, it puts the input at the start of the message. A few other inputs in the program do this. Why? How do I fix it?
I believe the reason for the input being placed at the beginning of the text is because you place a \n in front of your text. It also might just be a glitch.
Weird Text Box Input Placement (Python)
When the program gets to the point of asking you how long you want to farm, it puts the input at the start of the message. A few other inputs in the program do this. Why? How do I fix it?
Hey there,
I believe the reason for the input being placed at the beginning of the text is because you place a
\n
in front of your text. It also might just be a glitch.I hope this helps. :)