WEBVTT

00:00.080 --> 00:01.840
Congratulations guys.

00:01.840 --> 00:09.560
You've learned how to create variables, common data types using arithmetic comparison and logical operators,

00:09.600 --> 00:13.560
printing and formatting strings, and getting user input.

00:13.760 --> 00:16.840
This is the foundation of all Python programming.

00:16.960 --> 00:21.200
The next step is to learn the conditional statements.

00:21.200 --> 00:27.800
If Elif loops for and while lists and more data structures.

00:28.000 --> 00:32.800
So, as a quick reference, I want from you to write this down.

00:33.080 --> 00:36.160
It summarizes all the lessons before the variable.

00:36.200 --> 00:37.680
How to create variable.

00:37.720 --> 00:39.000
How to print.

00:39.040 --> 00:41.680
How to get the input from the user.

00:41.960 --> 00:51.720
The integer is like in this format that float contains a decimal point string high or high in both double

00:51.720 --> 00:55.760
and single boolean true or false.

00:55.760 --> 00:57.000
Add a plus b.

00:57.040 --> 01:08.080
Compare a equals to b or a greater than to be logical a and b a or b not a, and convert int x float

01:08.120 --> 01:08.640
string.

01:08.640 --> 01:15.320
Here we are converting x into integer, here converting s to float and n to a string.

01:15.520 --> 01:17.640
So this is a quick recap.

01:17.640 --> 01:19.640
And congratulations again.

01:19.760 --> 01:20.880
Thank you guys.

01:20.920 --> 01:22.800
See you in the next sections.
