メインコンテンツまでスキップ

コマンド一覧

代入文

=

式文

expr

条件分岐

ifs
if
elif
else

反復

for
while
break
continue

関数定義

def
return

クラス定義

class

import

pass