beginner
Python Variables and Data Types
Learn how to create variables and use different data types in Python
📝 प्रॉम्ट सामग्री
Create a Python program that demonstrates different data types. Define variables for a string (your name), an integer (your age), a float (price of an item), and a boolean (whether you like programming). Print each variable with a descriptive message explaining what data type it is. Finally, print a sentence that uses all four variables together.