-
вбудована функція
- __import__
- abs, [1]
- ascii
- bytes, [1]
- chr
- classmethod
- compile, [1], [2], [3], [4]
- complex, [1]
- divmod, [1], [2]
- eval, [1], [2], [3], [4], [5]
- exec, [1], [2], [3]
- float, [1], [2]
- hash, [1], [2], [3]
- help
- id
- int, [1], [2]
- len, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11]
- max
- min
- open, [1]
- ord
- pow, [1], [2], [3], [4], [5]
- print
- range
- repr, [1], [2], [3]
- round
- slice, [1]
- staticmethod
- tuple, [1]
- type, [1], [2], [3]
- вимкнення перекладача
-
виняткова ситуація
- вираз
- assert, [1]
- async def
- async for
- async with
- break, [1], [2], [3], [4]
- class
- continue, [1], [2], [3], [4]
- def
- del, [1], [2], [3]
- except
- for, [1], [2], [3]
- global, [1]
- if, [1]
- import, [1], [2], [3], [4]
- nonlocal
- pass
- raise, [1]
- return, [1], [2]
- try, [1], [2]
- while, [1], [2], [3]
- with, [1]
- yield
- вкладена область
|
|