Introduction to Python
Python 3.0 फाइनल जारी किया गया था
Python 3.0 final was released
निम्नलिखित में से कौन सा precedence order पायथन में सही है?
Which of the following precedence order is correct in Python?
Python Programming Language का विकास किसने किया?
Who developed Python Programming Language?
निम्नलिखित में से कौन पायथन फाइल का सही extension है?
Which of the following is the correct extension of a Python file?
Pythonमें single-line comments देने के लिए निम्नलिखित में से किस character का उपयोग किया जाता है?
Which of the following characters is used to give single-line comments in Python?
निम्नलिखित में से कौन पायथन में truncation division operator है?
Which of the following is the truncation division operator in Python?
पायथन में strings के साथ कौन से arithmetic operators का उपयोग नहीं किया जा सकता है?
Which arithmetic operators cannot be used with strings in Python?
Python programming में ,pass एक NULL statement हैं |
In Python programming, pass is a NULL statement.
Python में सिंगल लाइन कमेंट करने के लिए किस कैरेक्टर का उपयोग किया जाता है?
Which character is used to make a single line comment in Python
निम्नलिखित में से कौन सा Python फाइल का सही एक्सटेंशन है?
Which of the following is the correct extension of a Python file
निम्नलिखित में से कौन सा पायथन में वैध सेट ऑपरेशन नहीं है?
Which of the following is not a valid set operation in Python?
पहचानकर्ता की अधिकतम संभव लंबाई क्या है?
What is the maximum possible length of an identifier
निम्नलिखित में से कौन सी अवधारणा पायथन का हिस्सा नहीं है?
Which of the following concepts is not a part of Python
पायथन में एक्सेप्शन हैंडलिंग में निम्नलिखित में से कौन से कथन का उपयोग किया जाता है?
Which of the following statements is used in exception handling in Python
python के लिए पिप का क्या अर्थ है?
What does pip mean for python
Python किस भाषा में लिखा गया है?
Python is written in which language
पहचानकर्ताओं से निपटने के दौरान क्या पायथन केस संवेदनशील है?
Is Python case sensitive when dealing with identifiers
पायथन में दिनांक समय गणनाओं को संभालने के लिए निम्नलिखित में से किस मॉड्यूल को आयात करने की आवश्यकता है?
Which of the following modules needs to be imported to handle date time calculations in Python
निम्नलिखित में से कौन सा कीवर्ड पायथन में reserve कीवर्ड नहीं है?
Which of the following keywords is not a reserve keyword in Python?
Correct Answer: C) goto
किस प्रारूप/format में बाइनरी फ़ाइल में जानकारी होती है
In what format does a binary file contain information?
एक प्रोग्रामर के लिए पढ़ने और लिखने में क्या आसान है।
What is easy for a programmer to read and write.
निम्नलिखित में से कौन सा variable नाम के रूप में काम नहीं करेगा?
Which of the following will not work as a variable name?
पायथन में फंक्शन का उपयोग निम्न में से क्या है?
Which of the following is the use of function in Python?
पायथन में फंक्शन का उपयोग निम्न में से क्या है?
Which of the following is the use of function in Python?
_______ उपयोगकर्ता प्रलेखन का हिस्सा है।
_______ is part of the user documentation.
कथनों के नामित अनुक्रम को निम्नलिखित में से किस नाम से जाना जाता है?
Which of the following is a named sequence of statements known as?
पायथन में पूर्ण संख्या को संग्रहीत करने के लिए आप किस डेटा प्रकार का उपयोग करेंगे?
What data type would you use to store a whole number in Python?
इस असाइनमेंट के बाद वेरिएबल x का डेटा प्रकार क्या होगा:
What will be the data type of the variable x after this assignment:
x = 3.5 निम्नलिखित कोड स्निपेट का आउटपुट क्या है:
What is the output of the following code snippet:
print(type("Hello, World!")) पायथन भाषा में निम्नलिखित में से किसे परिभाषित नहीं किया जा सकता है
In python language.which of the following cannot be defined as
समय-समय पर डेटा को हटाने और फ़ाइल में नया डेटा जोड़ने की प्रक्रिया को कहा जाता है
The process of periodically removing data and adding new data to a file is referred to as
निम्नलिखित पायथन कोड का आउटपुट क्या है?
What is the output of the following Python code?
print(int()) विकसित की गई पहली विशुद्ध रूप से ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग भाषा कौन सी थी?
Which was the first purely object oriented programming language developed?
निम्नलिखित में से कौन एक वर्ग को सर्वोत्तम रूप से परिभाषित करता है?
Which of the following best defines a class?
OOP का आविष्कार किसने किया?
Who invented OOP?
Correct Answer: A) Alan Kay
OOP की कौन सी विशेषता कोड की पुन: प्रयोज्यता को दर्शाती है?
Which Feature of OOP illustrated the code reusability?
निम्नलिखित में से कौन सा कथन सही है?
Which of the following statements are correct?
(i) Python is a high level programming language.
(ii) Python is an interpreted language.
(iii) Python is a compiled language.
(iv) Python program is compiled before it is interpreted. Correct Answer: D) (i), (ii), and (iv)
पायथन में स्ट्रिंग लिटरल को दर्शाने के लिए किस प्रकार के उद्धरण का उपयोग किया जाता है?
Which type of quote is used to represent string literal in Python?
कोड पर विचार करें, p का मान क्या है?
Consider the code, What is the value of p?
p=q=r=30 Correct Answer: C) 30
पायथन में वेरिएबल डिक्लेरेशन का सिंटैक्स क्या है?
What is the syntax of variable declaration in Python?
पायथन में private identifier का प्रतिनिधित्व कैसे करें?
How to represent private identifier in Python?
फ़ाइल प्रबंधन में, “r, a” शब्द का क्या अर्थ है
In file handling, what does this terms means “r, a”?
Correct Answer: C) read, append
'how are you?' को 'How Are You?' में बदलने के लिए किस फ़ंक्शन का उपयोग किया जाना चाहिए?
Which function should be used to change 'how are you?' to 'How Are You?',
निम्नलिखित में से कौन सा कथन आउटपुट को 'बी' के रूप में प्रिंट करता है?
Which of the following statement prints output as ‘B’?
संकलक के लिए सत्य कथन में से एक का चयन करें?
Select one of the true statement for the compiler?
डिक्शनरी, पायथन का _________ डेटा प्रकार है।
Dictionaries are _________ data type of python.