filmov
tv
#4 Learn to use Python math module

Показать описание
Math in python is so popular and it works extremely simply. Python interpreter acts as a simple calculator: you can type an expression at it and it will write the value. Expression syntax is straightforward: most popular operators +, -, * and / work just like in most other languages. Parentheses "(())" can be used for grouping.