00:01
I'm going to be creating a python program that calculates the amount of points of a customer depending on how much books that they purchased.
00:11
So we're going to create three different variables.
00:17
So we're going to create user points.
00:24
Right variable, we're going to set it equal to zero.
00:28
We're going to then create the username to allow the user to input their name.
00:35
So we're going to input, enter your first and last name.
00:48
Now we're going to ask the user to enter how many books they purchased.
00:54
We're going to cast that input to an integer and ask the user to enter the amount of books purchased.
01:14
So now we are going to say, if the amount of books purchased, we'll tell the user that they earned ultimately zero points.
01:29
So we're going to print the username has purchased uh, sorry, has earned the amount of points, which is user points.
02:02
And that would be the end of that statement.
02:08
Okay.
02:09
Now we're going to copy and paste us do another if statement.
02:14
So we're going to make this else if statement...