Python Syntax and Indentation
Write valid Python using statements, indentation, blocks, names, and file structure.
Python Output with print
Display text, numbers, variables, separators, endings, and debug output with print().
Python Comments and Docstrings
Use single-line comments, inline comments, multi-line strings, and docstrings correctly.
Python Statements and Code Style
Organize Python statements, line breaks, imports, spacing, and readable beginner code.
Python Import Style
Write imports that make dependencies, standard library usage, and local modules clear.