Message Error on Argument Steve or Abigail.
steve = Patient('Steven Hughes',48)
This line is returned by the console as:
TypeError: Patient() takes no arguments
Could you please help me figure out why it is not taking arguments?
2 answers ( 0 marked as helpful)
Double check if you typed "__init__" correctly. There are 2 underlines before 'init' and another 2 underlines after 'init'. Hope this helps! (:
This was really helpful. Thank you!