3

I have python 3.7 installed and I have this code:

print("Enter your name:")
x = input()
print("Hello, " + x)

I was writing the name and press enter but the input is not over, it is still running and waiting for more inputs

Edit: the problem is that input is never ending, doesn't matter how many enters I press

1 Answers1

0

Sublime text doesn't support inputting data. Read this : Sublime text input not working

That said, apparently SublimeREPL provides this sort of functionality, although I don’t use it myself so I don’t know much about it.

Devansh Soni
  • 771
  • 5
  • 16