Memra

Arithmetic & types

Numbers and operators.

Arithmetic

Python has the usual + - * /, plus // (floor divide), % (remainder), and ** (power). print() can take several values, separated by spaces.

NORMAL ~/memra/learn/python-from-zero/arithmetic utf-8 LF