Another chapter

This is just another chapter

Here is a link to the first chapter.

hidden_var = 'visitor'
# and some code

print(f'Hi there {hidden_var}!')
Hi there visitor!