Jul 17, 2024
Course Logistics
Key Learning Objectives
Types of Objects
NoneType
.Conversions between Types
float()
, int()
, etc.Printing in Python
print()
to display outputs.Expressions and Operators
+
, -
, *
, /
**
(power), %
(remainder).Variables and Assignment
=
.