# 005: Comments # How to document your code # This is a single-line comment # It explains what the code does name = "Lucidia" # Inline comments work too ## This is a documentation comment ## Used for generating docs ### This is an AI intent comment ### These tell the AI what you want to accomplish ### (We'll see more of these in examples 081-090) show "Comments help humans and AI understand your code"