Python Forum
I need help with this please.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I need help with this please.
#4
Are you running this in Python 2.7 or Python 3.x? The input function works differently in the different versions of Python. The code you have is Python 3.x code (which is good, you should be learning Python 3.x). If you run it in Python 2.7 it will probably give you a NameError, though.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
I need help with this please. - by pythonlearnery - Nov-18-2018, 04:15 PM
RE: I need help with this please. - by koolinka - Nov-18-2018, 04:41 PM
RE: I need help with this please. - by ichabod801 - Nov-18-2018, 04:55 PM

Forum Jump:

User Panel Messages

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