Computer Science - Text-Based Programming - Python - Introduction to Python syntax - Python Syntax Basics
4 sections. Section 1 'Rules of Python': Case-sensitive (Name ≠ name). Indentation matters (shows code blocks - 4 spaces). No semicolons needed at line ends. Comments start with # (computer ignores them, humans read them). Quotes can be single 'hi' or double "hi". Section 2 'print() - Output': print