メインコンテンツへスキップ

Code Block

「コードブロックを挿入」から

def main()->None:
  print('Hello Python!')

if __name__ == '__main__':
  main()