0

I am writing python code in sublime (versions are latest). But when i try to input a value from user it just takes the value and does nothing.

This is a simple example of that,

name = input('Please enter your name: ')
print('Hello ' + name + '!' )

output screen

Please enter your name:  xyz

_ <-- after that cursor blinks here and nothing happens
  • [check out here](https://forum.sublimetext.com/t/python-3-input-doesnt-work/34418/2) – InspectorGadget Dec 30 '20 at 17:25
  • https://stackoverflow.com/q/19254765/3890632 – khelwood Dec 30 '20 at 17:32
  • If you want to execute an interactive program in Sublime (regardless of the language) you need to use a third party package. SublimeREPL and Terminus are examples of packages that can accomplish this for you. – OdatNurd Dec 30 '20 at 17:42

0 Answers0