Test: Understanding of basic Python concepts through simple coding tasks
Jun 2, 2025 Ā· 1 min read Ā· š¹ 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...
Join discussion