python:while

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン両方とも次のリビジョン
python:while [2019/06/10 19:18] – 作成 ともやんpython:while [2019/06/10 19:18] ともやん
行 1: 行 1:
 ====== while 文 ====== ====== while 文 ======
 <code python> <code python>
 +index = 0
 while index <= 4: while index <= 4:
 ...     print('index: {0}'.format(index)) ...     print('index: {0}'.format(index))
  • python/while.txt
  • 最終更新: 2019/08/19 06:53
  • by ともやん