omazinai.py (
4
lines of code) (
raw
):
# 先頭にシャープをつけると、コメントです! def main(): # この下に書きたい処理を書く print("hello world") if __name__ == '__main__': main()