Report Bug
Qus : Python is dynamically typed. This means:
Qusपायथन एक डायनामिक टाइप्ड भाषा है। इसका मतलब है:

A. Variables must be declared before use
B. Data type is checked at compile time
C. Variable type is determined at runtime
D. Python has no data types


Solution
C. Variable type is determined at runtime






Report Bug