Have you noticed the whitespace before print()? That's called indentation and helps us organize our code. It's very important in Python.