Advertisements
Advertisements
प्रश्न
State True or False.
“Variable declaration is implicit in Python.”
पर्याय
True
False
MCQ
चूक किंवा बरोबर
Advertisements
उत्तर
This statement is True.
Explanation:
Assigning a value to a variable without specifying its type is called an implicit declaration.
Example:
- x = 5
- x = "five"
Python supports the implicit declaration of variables. So, the given statement is true.
shaalaa.com
Scope of a Variable in Python
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
