#Python for Selenium#Python Tutorial
I Explained:
What is the difference between variable and Identifier?
What is the difference between Literal and Data types?
Data types in Python
1. Numeric/Number Data type
i. Integral representation types
Decimal form
Binary form
Octal form
Hexa decimal form
Base conversional functions
bin()
oct()
hex()
ii. Float Data type
iii. Complex Data type
2. Boolean Data type