Variables and Assignment
Beginner
Python
15 XP
📋 Challenge
Create a variable called `name` and assign it your name. Then print a greeting that includes the variable.
Expected output format: "Hello, [YourName]!"
✅ Expected Output
Hello, Student!
💡 Need Help?
Click to reveal hints one at a time.
Your Progress
Status: Pending