- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Data Types in Python Tamil || Different Data Types in Python || Easy to Learn Python 💯
Welcome to the Ultimate Python Course in Tamil! 🐍
Follow Our Instagram,
If you Have any Doughts, Ask Me through Instagram.
Instagram : cyber_hacks_pro
🐍 Python Data Types in Tamil 📊 Learn about different data types in Python and how they work! This tutorial is perfect for beginners who want to understand Python programming step by step. 🚀
📌 What You Will Learn:
✅ What are data types?
✅ Different types of data in Python
✅ How to use each data type with examples
📝 Python Data Types Examples:
python
Copy
Edit
x = 10 # Integer (int)
pi = 3.14 # Floating Point (float)
name = "Jagath" # String (str)
is_true = True # Boolean (bool)
fruits = ["apple", "banana", "mango"] # List
person = {"name": "Jagath", "age": 25} # Dictionary
unique_numbers = {1, 2, 3, 4} # Set
numbers = (1, 2, 3, 4) # Tuple
print(type(x))
print(type(pi))
print(type(name))
print(type(is_true))
print(type(fruits))
print(type(person))
print(type(unique_numbers))
print(type(numbers))
📌 Main Data Types in Python:
🔹 int - Whole numbers (10, -5, 1000)
🔹 float - Decimal numbers (3.14, 2.5)
🔹 str - Text ("Hello", "Python")
🔹 bool - True/False values
🔹 list - Ordered collection (["apple", "banana"])
🔹 tuple - Ordered, unchangeable collection ((1, 2, 3))
🔹 set - Unordered, unique values ({1, 2, 3})
🔹 dict - Key-value pairs ({"name": "Jagath", "age": 25})
🎯 Who Can Learn?
👉 Complete beginners
👉 Students & job seekers
👉 Anyone who wants to start Python coding
🔥 Start learning Python Data Types today! Don’t forget to Like, Share & Subscribe for more Tamil tutorials. 🎥🔔
#Python #DataTypes #PythonTamil #TamilTutorial #PythonForBeginners #LearnPython #CodingTamil
Subscribe to stay updated with new videos, and don’t forget to hit the notification bell 🔔 so you never miss a lesson.
🖥️ Start your Python journey today and build the skills to succeed in the world of coding!
Видео Data Types in Python Tamil || Different Data Types in Python || Easy to Learn Python 💯 канала Cyber Hacks
Follow Our Instagram,
If you Have any Doughts, Ask Me through Instagram.
Instagram : cyber_hacks_pro
🐍 Python Data Types in Tamil 📊 Learn about different data types in Python and how they work! This tutorial is perfect for beginners who want to understand Python programming step by step. 🚀
📌 What You Will Learn:
✅ What are data types?
✅ Different types of data in Python
✅ How to use each data type with examples
📝 Python Data Types Examples:
python
Copy
Edit
x = 10 # Integer (int)
pi = 3.14 # Floating Point (float)
name = "Jagath" # String (str)
is_true = True # Boolean (bool)
fruits = ["apple", "banana", "mango"] # List
person = {"name": "Jagath", "age": 25} # Dictionary
unique_numbers = {1, 2, 3, 4} # Set
numbers = (1, 2, 3, 4) # Tuple
print(type(x))
print(type(pi))
print(type(name))
print(type(is_true))
print(type(fruits))
print(type(person))
print(type(unique_numbers))
print(type(numbers))
📌 Main Data Types in Python:
🔹 int - Whole numbers (10, -5, 1000)
🔹 float - Decimal numbers (3.14, 2.5)
🔹 str - Text ("Hello", "Python")
🔹 bool - True/False values
🔹 list - Ordered collection (["apple", "banana"])
🔹 tuple - Ordered, unchangeable collection ((1, 2, 3))
🔹 set - Unordered, unique values ({1, 2, 3})
🔹 dict - Key-value pairs ({"name": "Jagath", "age": 25})
🎯 Who Can Learn?
👉 Complete beginners
👉 Students & job seekers
👉 Anyone who wants to start Python coding
🔥 Start learning Python Data Types today! Don’t forget to Like, Share & Subscribe for more Tamil tutorials. 🎥🔔
#Python #DataTypes #PythonTamil #TamilTutorial #PythonForBeginners #LearnPython #CodingTamil
Subscribe to stay updated with new videos, and don’t forget to hit the notification bell 🔔 so you never miss a lesson.
🖥️ Start your Python journey today and build the skills to succeed in the world of coding!
Видео Data Types in Python Tamil || Different Data Types in Python || Easy to Learn Python 💯 канала Cyber Hacks
Комментарии отсутствуют
Информация о видео
23 сентября 2024 г. 18:24:31
00:05:34
Другие видео канала




















