Python Data Types
Easy
10 points
Create three variables: an integer (age = 25), a decimal (price = 19.99), and a string (name = "Python").
Python has several data types: int (integers), float (decimals), str (strings), bool (booleans), list (lists), dict (dictionaries).
Well done! 🎉
Your answer is correct! You earned 10 points.
Not quite...
Try again! You can do it.
Your code
Python
Result