🏠 الرئيسية
المقاييس
📊 جميع المقاييس 🦖 ديناصور v1 🦖 ديناصور v2 ✅ تطبيقات قائمة المهام 🎨 صفحات حرة إبداعية 🎯 FSACB - العرض النهائي 🌍 مقياس الترجمة
النماذج
🏆 أفضل 10 نماذج 🆓 نماذج مجانية 📋 جميع النماذج ⚙️ كيلو كود
الموارد
💬 مكتبة الأوامر 📖 قاموس الذكاء الاصطناعي 🔗 روابط مفيدة
beginner

Python Variables and Data Types

#variables #data-types #python

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.