Input Issue When Doing If Statements Tutorial
-
Hi,
So I'm working through the tutorials & I'm having a funny issue when I run the code in the If Statements Tutorials.
After I input my answer the input box stays on the screen & the textsize is smaller that what it was before the call to input for the first print. The input box stays but it looks like the textsize issue is resolved for further prints.
I tried putting in a clear() after the call of input but the textsize issue remains (and I'm not sure that is how the code was intended, guessing all the text should remain on screen until the program ends).
-
Just put textsize() back to what it was.