Python Programming Language in KARBI ep.1
Автор: Rupsong Hardware
Загружено: 2025-11-21
Просмотров: 27
Coding Starts @7:15minutes
#Variables: A variable is a container for storing data values.
example_variable = "Hello, World!"
print(example_variable) # Output: Hello, World!
*A variable can store different data types, such as integers, floats, strings, and Booleans.
#Data Types: A Data Type in python describes the kind of value a variable can store or hold.
name="Rupsong"
String Data Type : "A set of characters" str()
Age=28
Integer Data Type : Whole numbers or a number without a decimal point int()
Height=5.11
Float Data Type : A number with a decimal point float()
Attractive=True
Boolean Data Type : Represents one of two values: True or False bool()
EXAMPLE:
name="Rupsong Tisso"
Age=28
Height=5.11
Attractive=True
print("My name is:",name)
print("My age is:",Age)
print("My height is:",Height,"feet")
print("Am I attractive?:",Attractive)
#karbi #karbianglong #news #python #pythonprogramming #codinglife #coding
Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: