Time: 20:00

1. If a is declared as a=['me','he','they'],the value of a="".join(a) print(a) will be_____.

यदि a को a=['me','he','they'] के रूप में घोषित किया जाता है, तो a=''.join(a) print(a) का मान _____ होगा।

2. In the declaration, x = Circle (), x contains a _to Circle object.-

घोषणा में, x = वृत्त (), x में a _to वृत्त वस्तु शामिल है।-

3. ___is used for data analysis and manipulations in tabular data in Python.

___पाइथन में सारणीबद्ध डेटा में डेटा विश्लेषण और हेरफेर के लिए उपयोग किया जाता है।

4. The pandas_______method returns a new Data Prame.

पांडा_______विधि एक नया डेटा प्रैम लौटाती है।

5. will return the mathematical number PI from the constants module.

स्थिरांक मॉड्यूल से गणितीय संख्या PI लौटाएगा।

6. are set of procedures defined in library to find the minimum value of function or the root of an equation.

फ़ंक्शन का न्यूनतम मान या किसी समीकरण का मूल ज्ञात करने के लिए लाइब्रेरी में परिभाषित प्रक्रियाओं का सेट है।

7. ___help to check the data type of an array-

___ किसी सरणी के डेटा प्रकार की जांच करने में सहायता-

8. ____is a Pandas function for loading CSV file into Dataframe.

____CSV फ़ाइल को डेटाफ़्रेम में लोड करने के लिए एक पांडा फ़ंक्शन है।

9. Python myfile.py is used to____file in command shell.

Python myfile.py का उपयोग कमांड शेल में ____फ़ाइल के लिए किया जाता है।

10. The scope rule in Python are summarized as_____.

पायथन में स्कोप नियम को संक्षेप में _____ के रूप में प्रस्तुत किया गया है।

11. Strings in Python are _____.

पायथन में स्ट्रिंग्स _____ हैं।

12. The symbol used for both input and output is a ______.

इनपुट और आउटपुट दोनों के लिए उपयोग किया जाने वाला प्रतीक ______ है।

13. If list1=[10,20,30], then operation list1*2 returns ______.

यदि सूची1=[10,20,30], तो ऑपरेशन सूची1*2 ______ लौटाता है।

14. The symbol used for conditional statement in a flowchart is a_____.

फ़्लोचार्ट में सशर्त कथन के लिए प्रयुक्त प्रतीक एक_____ है।

15. You can obtain a value in a ______ using a key for a single element.

आप किसी एक तत्व के लिए कुंजी का उपयोग करके ______ में एक मान प्राप्त कर सकते हैं।

16. Which of the following statement will be true?

निम्नलिखित में से कौन सा कथन सत्य होगा?

17. Which of the following statement will be true.

निम्नलिखित में से कौन सा कथन सत्य होगा।

18. Which of the following is the use of id() function in Python?

पायथन में id() फ़ंक्शन का उपयोग निम्न में से किसमें किया जाता है?

19. Which is called when a function is defined inside a class?

जब किसी फ़ंक्शन को किसी क्लास के अंदर परिभाषित किया जाता है तो उसे क्या कहा जाता है?

20. Which of the following enviroment variable for Python is a alternative module seaarch path?

पायथन के लिए निम्नलिखित में से कौन सा पर्यावरण चर एक वैकल्पिक मॉड्यूल खोज पथ है?