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

新規ページ

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

if __name__ == '__main__':
  main()