Python Variables
Easy
10 points
Create a variable name with the value "Python" and display it.
In Python, variables are created simply by assigning a value. No need to declare the type.
Well done! 🎉
Your answer is correct! You earned 10 points.
Not quite...
Try again! You can do it.
Your code
Python
Result