Mr. Wallet's re-enactment of what happens when you try running a piece of code that only makes sense in English (such as: if(%variable == 5<10 && 4>1) was hilarious.
Wait, what was the homework, it's not on the doc :c
Basically from like day 2 or 3 it's just make something using what we learned. For day 3 I made a calculator that does addition, division, multiplication, subtraction all in one function using a / command. It had a lot of if statements, and we learned about ways to shorten if statements so I guess my homework is to shorten my script.