Introduction to Python
Module functions का एक सेट है जिसे आप अपने application में शामिल करना चाहते हैं।
A module is a set of functions that you want to include in your application.
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 of the following is not a valid set operation in Python?
पायथन में एक्सेप्शन हैंडलिंग में निम्नलिखित में से कौन से कथन का उपयोग किया जाता है?
पायथन में दिनांक समय गणनाओं को संभालने के लिए निम्नलिखित में से किस मॉड्यूल को आयात करने की आवश्यकता है?
यदि हम फ़ाइल खोलते समय फ़ाइल मोड निर्दिष्ट नहीं करते हैं, तो फ़ाइल मोड में खुलेगी
If we do not specify the file mode while opening the file, the file will open in
किस प्रारूप/format में बाइनरी फ़ाइल में जानकारी होती है
In what format does a binary file contain information?
एक प्रोग्रामर के लिए पढ़ने और लिखने में क्या आसान है।
What is easy for a programmer to read and write.
पायथन में फंक्शन का उपयोग निम्न में से क्या है?
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 की कौन सी विशेषता कोड की पुन: प्रयोज्यता को दर्शाती है?
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. पायथन में स्ट्रिंग लिटरल को दर्शाने के लिए किस प्रकार के उद्धरण का उपयोग किया जाता है?
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 पायथन में वेरिएबल डिक्लेरेशन का सिंटैक्स क्या है?
What is the syntax of variable declaration in Python?
पायथन में private identifier का प्रतिनिधित्व कैसे करें?
How to represent private identifier in Python?
फ़ाइल प्रबंधन में, इस शब्द का क्या अर्थ है "आर, ए"?
In file handling, what does this terms means “r, a”?
'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?
शब्दकोश _________ प्रकार के Python हैं।
Dictionaries are _________ type of python.