Python Forum
Trouble when entering the number
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trouble when entering the number
#22
Did you see the link i posted.
Here Configuring Available Python Interpreters or just for local(if want to switch 2 to 3) Configuring Local Python Interpreters.

So let say you have install python 36 to C:\Python36
Then you go into Configuring Available Python Interpreters and point it to C:\Python36\python.exe
Then it will use this version for all  Project.

The this code shall not give you NameError when enter a string.
If get NameError you still using Python 2.x.
first_name = input("First name: ")
print(first_name)
Reply


Messages In This Thread
Trouble when entering the number - by sylas - Mar-29-2017, 11:36 AM
RE: Trouble when entering the number - by Kebap - Mar-29-2017, 12:18 PM
RE: Trouble when entering the number - by sylas - Mar-29-2017, 12:41 PM
RE: Trouble when entering the number - by sylas - Mar-29-2017, 12:51 PM
RE: Trouble when entering the number - by Kebap - Mar-29-2017, 12:59 PM
RE: Trouble when entering the number - by sylas - Mar-29-2017, 01:17 PM
RE: Trouble when entering the number - by sylas - Mar-29-2017, 01:33 PM
RE: Trouble when entering the number - by sylas - Mar-30-2017, 11:53 AM
RE: Trouble when entering the number - by wavic - Mar-30-2017, 12:09 PM
RE: Trouble when entering the number - by sylas - Mar-30-2017, 05:28 PM
RE: Trouble when entering the number - by Kebap - Mar-30-2017, 09:59 PM
RE: Trouble when entering the number - by wavic - Mar-30-2017, 05:31 PM
RE: Trouble when entering the number - by sylas - Mar-31-2017, 06:00 AM
RE: Trouble when entering the number - by wavic - Mar-31-2017, 07:27 AM
RE: Trouble when entering the number - by Kebap - Mar-31-2017, 10:34 AM
RE: Trouble when entering the number - by sylas - Apr-02-2017, 05:48 AM
RE: Trouble when entering the number - by Larz60+ - Apr-02-2017, 06:17 AM
RE: Trouble when entering the number - by snippsat - Apr-02-2017, 07:32 AM
RE: Trouble when entering the number - by sylas - Apr-02-2017, 09:04 AM
RE: Trouble when entering the number - by snippsat - Apr-02-2017, 10:25 AM
RE: Trouble when entering the number - by sylas - Apr-02-2017, 11:31 AM
RE: Trouble when entering the number - by sylas - Apr-02-2017, 12:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Eliminate entering QR - Whatsapp web automated by selenium akanowhere 1 4,009 Jan-21-2024, 01:12 PM
Last Post: owalahtole
  problem in entering address of a file in input akbarza 0 1,452 Oct-18-2023, 08:16 AM
Last Post: akbarza
  syntaxerror when entering a constructor MaartenRo 2 2,702 Aug-03-2020, 02:09 PM
Last Post: MaartenRo
  How to Stop Sentinel Value from Entering Final Output ZQ12 3 4,595 Nov-11-2019, 07:25 AM
Last Post: perfringo
  Error when entering letter/character instead of number/integer helplessnoobb 2 9,671 Jun-22-2019, 07:15 AM
Last Post: ThomasL
  Program not entering if statement on false. Scottx125 4 4,023 Nov-12-2018, 06:30 PM
Last Post: Scottx125
  Entering an expression with "input" command johnmnz 3 4,375 Sep-01-2017, 05:20 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

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