beginner
Simple Python Calculator
Create a basic Python script to add two numbers.
📝 Contenu du Prompt
Write a simple Python script that asks the user for two numbers, adds them together, and then prints the result. Include comments in the code explaining each step.