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
PermalinkWhat 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)
PermalinkThe Code
PermalinkThe Results
Thank you for reading.