Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python input not working
#4
Can you show how you're running the program? 3.9 has no problems with your script, so there must be something else happening. Please show the entire code and the entire error message exactly.

name = input ("Enter Your Name Pleas:")

print ("Hello" + name)
Output:
$ python3.9 -V Python 3.9.1 $ python3.9 /tmp/query_script.py Enter Your Name Pleas:myname Hellomyname
Reply


Messages In This Thread
Python input not working - by Mar10 - Mar-17-2021, 01:16 AM
RE: Python input not working - by Mar10 - Mar-17-2021, 01:25 AM
RE: Python input not working - by Mar10 - Mar-17-2021, 01:56 AM
RE: Python input not working - by bowlofred - Mar-17-2021, 02:53 AM
RE: Python input not working - by snippsat - Mar-17-2021, 11:21 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  WHILE Loop - constant variables NOT working with user input boundaries C0D3R 4 1,551 Apr-05-2022, 06:18 AM
Last Post: C0D3R
  Input() function not working in VS Code darpInd 7 13,596 Feb-17-2020, 03:28 PM
Last Post: snippsat
  Python input not working Vqlk 2 2,662 Sep-08-2019, 10:39 AM
Last Post: Vqlk

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020