Yes, it does.

On Aug 16, 2017 8:02 PM, "Zachary Ware" <[email protected]>
wrote:

Hi Howard,

On Wed, Aug 16, 2017 at 5:36 PM, Howard Lawrence <[email protected]>
wrote:
> class Address:
>         def _init_(self,Hs,St,Town,Zip):

Your issue is in this line, it should be `__init__` rather than
`_init_` (that is, two underscores before and after "init").

Hope this helps,
--
Zach


Thanks it worked! Stick around, more to come
_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to