Dark theme

Answers


So, here's one answer: numbers.py. Note we've included checks so you can see how to do those, and we've also used two different ways of printing the answer, one of which (using the concatenation operator +) requires a cast to a str, the other of which does that automatically.