- This event has passed.
7 PM – Intro To Python – Bill
February 6 @ 7:00 pm - 8:00 pm
Today We:
- Reviewed the HW
- Learned more about If Statements
Your HW:
- Create a new file called Feb_6_IfPractice
- Create a variable called grade and set it equal to any number between 0 and 100
- Create an if statement that will print what letter grade you have in that class
- F(0-60)
- D(60-70)
- C(70-80)
- B(80-90)
- A(90-100)
- Test your code to make sure every grade letter works and only 1 line is printed out at a time