🔹 Section 1: Variables, Output, Input Q1. Create and Display Create a variable called name and assign your name to it. Print: Hello, [name]! Q2. Simple Calculator Ask the user for two numbers. Add them and print the result. 🔹 Section 2: i...