Module 3 Python Introduction
Module 3 Python Introduction
Python Introduction
1. Keywords
2. Identifiers
3. Variables, Constants, Literals
4. Datatypes & Type conversions
5. Operators
6. Comments
Keywords
What you will Learn ?
a = 100
int a = 100;
Keywords
Keywords are predefined, reserved words used in Python
programming.