Learn Python Programming Tutorial 3: Math Operations, Type Conversion, Int & Modulus Functions

preview_player
Показать описание
* Operator behaves depending on the type of variables this operator is working on:
- With strings: Concatenation
- With numbers: Multiplication

/ Operator = Division
** Operator = Raise numbers to a certain power
& Modulus Operator

Setting precedence by parantheses
Рекомендации по теме
Комментарии
Автор

I know its late but will you be posting more in regards to this?

ambercox