This is the first lesson in the course. We'll cover:
Most students skip the fundamentals. Don't.
Here's some inline code you might see, and a code block:
def greet(name):
print(f"Hello, {name}!")
External link to the docs
A horizontal rule below:
That's it for now.