Python Forum
Class example -i don't understand the error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Class example -i don't understand the error
#2
def __init__(self, a1, a2):
You need to supply a1 and a2, but are sending three items ("i", "am", "awesome!") instead of two.
Reply


Messages In This Thread
RE: Class example -i don't understand the error - by Larz60+ - Feb-01-2019, 04:32 PM

Forum Jump:

User Panel Messages

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