Last answered:

21 Nov 2022

Posted on:

21 May 2021

0

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)
Posted on:

05 Oct 2021

1

Double check if you typed "__init__" correctly. There are 2 underlines before 'init' and another 2 underlines after 'init'. Hope this helps! (:

Posted on:

21 Nov 2022

0

This was really helpful. Thank you!

Submit an answer