multiplication(乗法)

2つの数の間にアステリスク ( * )を記すことにより乗算の結果を得る。

書式:
result = expressionA * expressionB

例:
print 5 * 5

25をプリント。