Python メモ1

予約語一覧の取得

>>>__import__('keyword').kwlist
['and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'els
e', 'except', 'exec', 'finally', 'for', 'from', 'global', 'if', 'import', 'in',
'is', 'lambda', 'not', 'or', 'pass', 'print', 'raise', 'return', 'try', 'while',
 'with', 'yield']


Pythonチュートリアル誤記メモ
2章1行目
Pyton -> Python

こういうのは、どこに報告すればいいんだろ