Operators, statements, functions

List of supported operators, statements, functions:

comments #

line joining \

operators +, -, *, /, **, %

operators <<, >>, &, |, ^, ~

parentheses

assignment

comparison operators <, >, ==, <=, >=, !=, <>

comparison operators in, not in

print statement

if, elif, else statement

indentation

and, or, not keywords

for in statement

while statement

range() function

break and continue statements

pass statement

functions (without docstrings) (def)

return statement

lambda forms

objects

object methods

del statement

modules

import statement

from statement

exceptions

try except finally statements

raise statement

classes (class)

class instances

global statement

is, is not tests

exec statement

iterators

generators

yield statement

with statement