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)
#1
Where's error?

TypeError: this function takes 3 arguments (5 given)
Reply
#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


Forum Jump:

User Panel Messages

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