Sublime Forum

No output in sublime text ! (for python)

#1

I tried a python code :-

name = input("Enter your name :- ")
print(name)

It takes the input but never gives the output ??

Plss Help me out

0 Likes

#2

See Build broken? - Python 3 - input()

0 Likes