I'm a beginner in python using Kdev on Linux. I tried to execute this code:
nm= input('Enter your name:')
print('Welcome', nm)
Normally it should prompt something asking me the name and so on but nothing comes up:
configuration :
https://postimg.cc/k6PXVwVD

Asked by user48874
(81 rep)
Mar 21, 2021, 06:03 PM