main関数とは
資料
スライド
ソースコード
https://github.com/pon-wchoco/python_beginner/tree/main/src
# メイン関数の中に実装して勉強を進める
def main():
# 左に半角スペース4つ(インデント)から何かしらの処理を実装する。
print("hello")
# これ以下はおまじない(とりあえず丸暗記)
if __name__ == "__main__":
main()
メンターやってます!
個別でのご相談も承っております☆
お気軽にお問い合わせください!
https://menta.work/plan/6341?share=score
Bitly
コメント