Learning a Computer Language * Write a Hello World program * Comments Single line # Multiple lines """ line1 line2 line3 """ * Characterset - ASCII * Variables - definition and reserved words * Types for variables * Operators - Arithmetic: + - * / % ** - Comparison: == != < <= > >= - Boolean: not, and, or * Statements: - Assignment: * Conditionals: if-else * Loops: while, for * Functions: * Input / Output: terminal and files * List * Class