Here is me having fun learning things about Markdown tools:
# The Hitchhiker's Guide to the Galaxy by Douglas Adams
if question == "The Ultimate Question of Life, the Universe, and Everything":
answer = '42'
else:
answer = "Don't panic!"
Fun fact: Adams co-wrote a few Monty Python sketches. The Python programming language is named after this comedy troupe, because programming is supposed to be fun!
The HW0
branch contains code for the test task.