page-banner
Chapter-3 Introduction to Python
Q21.
Python में private variables की कोई अवधारणा नहीं होती है।<break-line><break-line>Python has no concept of private variables.
A. True
B. False
C. Can’t say
D. None of these
View Answer
Q22.
“eval” Python में एक कीवर्ड है।<break-line><break-line>“eval” is a keyword in Python.
A. True
B. False
C. Can’t say
D. None of these
View Answer
Q23.
Python में सभी कीवर्ड lowercase में होते हैं।<break-line><break-line>All keywords in Python are in lower case.
A. True
B. False
C. Can’t say
D. None of these
View Answer
Q24.
कीबोर्ड से इनपुट लेने के लिए किस command का प्रयोग किया जाता है?<break-line><break-line>The…………….command is used to take input from the keyboard.
A. input
B. eval
C. int
D. print
View Answer
Q25.
स्ट्रिंग को int में बदलने के लिए कौन सा function प्रयोग किया जाता है?<break-line><break-line>The…………… function is used to convert a string value to int.
A. int
B. float
C. Int
D. number
View Answer