Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Var Not defined
#3
Hello RainbowWolfy,
You can either use:
Attack = raw_input("What Attack Do You Use? [1,2,3]")
Or
print("What Attack Do You Use? [1,2,3]")
Attack = input()
Reply


Messages In This Thread
Var Not defined - by RainbowWolfy - Sep-14-2017, 08:07 PM
RE: Var Not defined - by ichabod801 - Sep-14-2017, 08:16 PM
RE: Var Not defined - by OmarBrikaa - Sep-14-2017, 08:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  python library not defined in user defined function johnEmScott 2 3,937 May-30-2020, 04:14 AM
Last Post: DT2000

Forum Jump:

User Panel Messages

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