Sublime Forum

Error executing codes with input

#1

Hi
when I use input in the code, it does not run in the sublime program.
I wanted to ask why? Sorry i’m new i’m working .
Thank you very much
for: example:

a=input(“what is your name :”)
a="hello "+a
print(a)

0 Likes

#2

which os do you work? Linux? Windows? or Mac OS?
It’s recommended to run your python programs in terminal.

0 Likes

#3
0 Likes