00:01
I'm going to show you how to create a simple python program.
00:05
So in python, you can create variables and you can either create integers, or you can do strings.
00:24
Actually, you want to have a different name for this.
00:28
If you want to get user input, you can create a user variable and get is the input function and create a message and this will store the input into the user variable.
00:50
You can then print out this into a, and using the print function.
01:00
So, oops, don't need things.
01:07
Okay, so let's say 13, and we see 13.
01:13
So basically, you could enter anything and be printed in here.
01:20
Now, if you wanted to do basic calculations in python, you could set a value and print the product or sum of them.
01:38
If you wanted to do the sum, do the sum of a plus b, and then you could print out the sum of that.
01:53
Which we see is 18.
02:00
You can also change this to the product, which will be 81, take 1, and you can also do action, which will be 0...