LoginSignup
0

More than 1 year has passed since last update.

python で指定回数ループする例: for i in range(10)

Last updated at Posted at 2022-09-26

for i in range(10):
    print(i+1) # 1から10までを出力

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0