#30daysofpython

#30daysofpython

DAY 3

Welcome to day 3 of my #30daysofpython challenge

I learnt so much in today using the GitHub repo I referenced to at the beginning of my challenge

What I learnt

  • How to use Boolean (i.e TRUE and FALSE statements)
  • OPERATORS: I learnt how to use the assignment operators and how to assign it to a variable
  • I also learnt how to use the arithmetic (e.g +=) and comparison operators(e.g ==, !=)

Lastly I learnt how to use the "logical operators" (and, of & not)

The Code

IMG_20220330_230420.jpg

IMG_20220330_230436.jpg

The Results

IMG_20220330_230511.jpg

Thank you for reading.