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 पायथन में कोई डेटा प्रकार नहीं होते हैं।
Correct Answer is :
C. Variable type is determined at runtime