x = input()
print (x)
I am trying to use input()
in multiple functions but am having the same problem every time. I remember only having to press enter in the past to submit my input when it prompts me to do so, however now, even once it prompts me to do so, I can't figure out how to submit my input and have the code continue. This is REALLY frustrating and I have been searching everywhere with no answer. There is never any error or response from python either, it just lets me type
TL,DR: I can't use input()
, because when I do, sublime text lets me input forever and nothing I do will submit the text I wish to input.
Please try to explain in somewhat simple terms as I am relatively new to python and don't understand how to do things with the command line and paths and stuff like that very well.