Python [構文.py]繰り返し処理 for文# 文字列の長さを計測:words = for w in words: print(w, len(w)) 2026.07.16 Python未分類構文(Python)逆引き(Python)