Built in Functions in Python - Part 3 - All Builtins [Hindi]
Автор: Colorstech Training (By Slidescope)
Загружено: 2018-07-11
Просмотров: 49
Описание:
Learn Built in Functions in Python - Part 3 - All Builtins
Explanation of some functions
len() (Length): लेंथ
Example: len("Hello") can be expressed as len("हेलो")
type() (Type): टाइप
Example: type(42) can be expressed as type(42)
print() (Print): प्रिंट
Example: print("Hello, World!") can be expressed as print("नमस्ते, दुनिया!")
input() (Input): इनपुट
Example: input("Enter your name: ") can be expressed as input("अपना नाम दर्ज करें: ")
str() (String): स्ट्रिंग
Example: str(42) can be expressed as str(42)
int() (Integer): इंटीजर
Example: int("42") can be expressed as int("42")
float() (Floating-point): फ़्लोटिंग-पॉइंट
Example: float(3) can be expressed as float(3)
bool() (Boolean): बूलियन
Example: bool(1) can be expressed as bool(1)
max() (Maximum): मैक्सिमम
Example: max(5, 7) can be expressed as max(5, 7)
min() (Minimum): मिनिमम
Example: min(5, 7) can be expressed as min(5, 7)
abs() (Absolute): एब्सोल्यूट
Example: abs(-5) can be expressed as abs(-5)
sum() (Sum): सम
Example: sum([1, 2, 3]) can be expressed as sum([1, 2, 3])
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: