Toby Holland wrote:
> Hi gang,
>
> Just doing what I can to understand as I study
>
>
> I have been reading about testing modules this is the statement that I
> have been given
>
> if __name__ == "__main__":
>
>
> I understand that all modules have a built in attribute __name__, but
> what
Hi gang,
Just doing what I can to understand as I study
I have been reading about testing modules this is the statement that I have
been given
if __name__ == "__main__":
I understand that all modules have a built in attribute __name__, but what
does the __main__ have to do with this attribute