00:01
We're going to be creating a python program that calculates the speed of a car using the distance formula, sorry, the speed formula, and we're going to be determining whether the input from the user is, if it's over 100, if they have to pay a fine, or if it's under 100, they don't have to pay fine.
00:30
So to do this, we need two variables.
00:34
We need to create two input variables for the user.
00:38
So i think we'll call this hugest and huge time.
00:46
So we're going to get the input from the user, put it on a new line, and popping basis, and test it accordingly.
01:11
Right? the integer on the outside of input tells the program to convert user input into an integer.
01:23
Next we're going to have the speed total variable.
01:30
Within this, we are going to divide this by the distance slash time.
01:40
This gives us the speed...