Python Forum
Why am I getting this TypeError Exception?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Why am I getting this TypeError Exception?
#6
The code you are running is not the code that you posted.

The code you are running does this:
results = check_win()
The code that you posted does this:
results = check_win(choices["player"],choices["computer"])
How do you run your program in VSCode?
Reply


Messages In This Thread
RE: Why am I getting this TypeError Exception? - by deanhystad - Jul-05-2023, 04:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  During handling of the above exception, another exception occurred Skaperen 7 27,112 Dec-21-2018, 10:58 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

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