List ,Tuple, Dictionary, Set in Hindi (Easy to understand)
List Syntax : Source Code : Tuple Syntax : Source Code : Dictionary Syntax : Source Code : Set Source […]
List Syntax : Source Code : Tuple Syntax : Source Code : Dictionary Syntax : Source Code : Set Source […]
1. Arithmetic Operators Arithmetic operators का उपयोग गणितीय (Mathematical) work के लिए किया जाता है, जैसे- addition (जोड़), subtraction (घटाना),
Control Statement Types of Control Statement 1. Selection (Decision) Statement Selection Statement वह Statement है जो किसी Condition (शर्त) की
Loop Loop एक ऐसी Programming Technique है जिसके द्वारा किसी एक ही Code को बार-बार (Repeatedly) चलाया जाता है, जब
Function Function Python का ऐसा Code Block होता है जो किसी विशेष कार्य (Task) को करने के लिए बनाया जाता
Lists Creating List in Python List के semicolon (:) दे या ना दे इससे कोई फर्क नहीं पड़ता है |
Tuple Syntax : Characteristics of Tuple विशेषता विवरण Ordered Elements का क्रम हमेशा एक जैसा रहता है। Immutable Tuple बनने
Dictionary Syntax : Characteristics of Dictionary Characteristics Description Ordered Items का क्रम बना रहता है (Python 3.7+) Mutable Dictionary में