Python がファイルを直接実行するとき、そのファイルの __name__ の値は何ですか?
__name__
None
main という名前の関数への参照
main
"__main__"
.py を含む完全なソースファイル名
.py