Beginners Python Cheat Sheet PCC If While PDF
Beginners Python Cheat Sheet PCC If While PDF
Cheat Sheet –
Testing equality and inequality test. You can have as many elif blocks as you need, and
>>> age = 18 the else block is always optional.
If Statements
>>> age == 18
True
Simple if statement
>>> age != 18 age = 19