Course Content
Introduction to Python
3. Conditional Statements
Introduction to Python
Challenge: Comparison Operators
Task
Evaluate the following statements and print the results:
- Is
2
the same as4
? - Is
982*37
larger than354*98
?
Everything was clear?
Section 3. Chapter 2