Python Introduction
Python Introduction
Introduction to Python
• Variables and assignments
• Input and Output functions
• Operators and Expressions
Numbers
• Integers
• Floating points
• Booleans (True or False)
• Variables do not need to be declared with any particular type, and can
even change type after they have been set