First page
Back
Continue
Last page
Overview
Image
Modultests mit __name__
xyz.py
import xyz
__name__: "xyz"
$ python3 xyz.py
__name__: "__main__"