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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
