Introduction

Concepts

Keywords

+, -, *, /, //, %, **,
==, !=, <, <=, >, >=
max(), min(), abs(), round()
type(), int(), float(), str(), bool()
import, from ... import ...
=
print(), input()
#
'''

Examples

Notes

Slides

References

Exercises