We learned how to use the if, and else statement, while showing that skill by making a MAGIC 8 Ball!!
We also used python logical statements with less then and equal too, aka ( number <= 75 )
This was a fun project!!! :)
Here we wrote a grade program to determine the letter grade based on scores, and used elif.
Here we wrote a simple calculator program which contains:
-Addition -Subtraction -Division -Multiplacation - Exponents
It was overall fun, and took a few tries witht he errors, but at the end, we achieved a simple and effective calculator