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

#2 Operators Easy

Untitled

Pic 1: Symbols and Syntax of Phyton

Untitled

Untitled

Pic 2 and 3: Exercises in Python

#3 Data Types

Untitled

Pic 1. Examples

Untitled

Pic 2. Example Integer

#4 Logical and Boolean Operators Nil == hungry

Untitled

#5 If statement Easy

Untitled

Untitled

Pic 2. Shopping basket

#6 Loops Medium

Untitled

Untitled

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)