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
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