filmov
tv
How to do Mathmatical operation in Python

Показать описание
Hello and Welcome back to Day 7 of 100 days of code. If you have been benefiting from our channel while learning, give us a thumbs up! And if you're new here or haven't subscribed yet, we'd appreciate it if you did. Don't forget to hit the bell icon, so you don't miss out on any of our Learning.
In this Video I want to show you the mathematical operators that you have access to in addition to adding. The next obvious one is subtraction.So 7 - 3 , you would just use the minus sign,but then when you get to multiplication it's a little bit weird. Um,instead of using the x or some sort of time symbol,you actually use the asterix.So you would say something like 3 * 2 and that would be 3 times 2.
In this Video I want to show you the mathematical operators that you have access to in addition to adding. The next obvious one is subtraction.So 7 - 3 , you would just use the minus sign,but then when you get to multiplication it's a little bit weird. Um,instead of using the x or some sort of time symbol,you actually use the asterix.So you would say something like 3 * 2 and that would be 3 times 2.