Python Forum
TypeError: this function takes 3 arguments (5 given)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TypeError: this function takes 3 arguments (5 given)
#2
Exactly where it says the error is. Whatever function you're calling has only 3 parameters, and you're passing 5. That's an error, because the function wouldn't know what to do with that many parameters.
Reply


Messages In This Thread
RE: TypeError: this function takes 3 arguments (5 given) - by nilamo - Apr-05-2018, 06:05 PM

Forum Jump:

User Panel Messages

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