Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python input not working
#1
Hello, I just installed python 3.9 and now its not working correctly.

Example:
I typed this simple script.

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

print ("Hello" + name)

FIRST PROBLEM:
When I run this script the prompter DO NOT show Enter Your Name Pleas before the prompter/

SECOND PROBLEM:

If I enter any name an error is shown name is not defined

EVEN WORSE

Sometimes it does not print anything the prompt is just there blinking.

I hope you can help me out , I try searching on the web but not luck.
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,519 Apr-05-2022, 06:18 AM
Last Post: C0D3R
  Input() function not working in VS Code darpInd 7 13,428 Feb-17-2020, 03:28 PM
Last Post: snippsat
  Python input not working Vqlk 2 2,635 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