#1 Print Easy Print(”Write here”) Run
#2 Operators Easy

Pic 1: Symbols and Syntax of Phyton


Pic 2 and 3: Exercises in Python
#3 Data Types

Pic 1. Examples

Pic 2. Example Integer
#4 Logical and Boolean Operators Nil == hungry

#5 If statement Easy


Pic 2. Shopping basket
#6 Loops Medium


Pic 2. While loops
#7 Function The correct way is to use unique variables names in the parenthesis for the values we can pass to the multiplication(following the example)
And then we have a return value…that we don’t use? Yes we do by calling bitcoinTOUSD But I use the original value not the ones I created in the def(function)