Jul-14-2020, 06:54 PM
(Jul-14-2020, 03:28 PM)stullis Wrote: Two problems:
- There's a typo in the __init__() function signature. You have __init_ instead of __init__. Missing a trailing underscore.
- When you instantiate p1, you'll need two arguments for Person().
Thanks i will look in to this. Yep spelling mistakes hapins for me more often then i want them, using a screenreader when you are coding has some cons and that one is for sure...