Python Forum
ValueError in function
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ValueError in function
#3
Your function does not return anything, so you get a value error when you try to assign it to a tuple. You need a return statement with the four things you're trying to get out of it on line 28.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
ValueError in function - by Tipillo - Jun-16-2018, 01:11 AM
RE: ValueError in function - by Larz60+ - Jun-16-2018, 07:28 AM
RE: ValueError in function - by ichabod801 - Jun-16-2018, 02:26 PM

Forum Jump:

User Panel Messages

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