3.Operators •Arithmetic Operators: +, -, *, / •Comparison Operators: ==, !=, <, > •Logical Operators: and, or, not 4.Control Structures •If Statements: Conditional statements (e.g., if x > 0:). #Python #Pythonprogramming