additon(加算)
加算は2つの数の間にプラスの記号(
+
)を置くことにより行われる。
シンタックス:
result
=
expressionA
+
expressionB
例:
print 5
+
8
コンソールに13がプリントされる。