Hi SMEs,
I just started using the sublime text3 and writing the code using using Python 2.7 ( 2.7.11). I tried to code with the basic input function but immediately i ran into the issue with input function behavior.
name = input ('cal valuename')
print (name)
after this ran the py file…
But, in the console i can able to see the ‘cal valuename’ text, later provided the input from the key board as **hello**
and after that i am expecting that console will print the result but it is not printing anything. So i guess, console/sublime is not accepting the input which i am providing at the console window.
Please assist me to resolve the issue.
Thanks in advance
Swaroop