Pythonスクリプト」カテゴリーアーカイブ

パイソンPython 入門、学習if文 for文、クラス継承、List型、文字列置換、正規表現、ファイル入出力

パイソンPython 入門、学習

Python is powerful… and fast;
https://www.python.org/

学習内容 if文 for文 

if文 if,elif,else 中括弧は要りません
for文 for in 、for(int i=0; i< 10; i++)はない rangeを使う 続きを読む