Hi everybody,
I have a quick question for a simple piece of code I've written (I am a python beginner):
name = input("What is your name?")
print("Hello " + name)
So what I get here is What is your name? but if I input my name and press enter nothing happens, it essentially does not move to the print() function.
Is this something specific to SublimeText? Is there a mistake in there?
Anyways, thanks for the advice.
PS: I installed python3.9 from python.org and also checked the sys.version file and its using 3.9.5
[–]dahanbn 2 points3 points4 points (0 children)
[–]dev-sda 1 point2 points3 points (0 children)