Introduction to Python
किस भाषा को सबसे पुरानी उच्च स्तरीय भाषाओं में से एक कहा जाता है?
Which of the language is said to be one of the oldest high level languages?
कोड में त्रुटियां ढूंढने की प्रक्रिया को __________ कहा जाता है।
The process of finding errors in code is called as __________.
सम्मिश्र संख्याओं के बारे में क्या सत्य है?
What is true about complex numbers?
पायथन __________ में लिखा गया है।
Python is written in __________.
निम्नलिखित में से कौन सा पायथन में एक कीवर्ड नहीं है?
Which of the following is not a keyword in Python ?
पायथन के बारे में निम्नलिखित में से कौन सा सही है?
Which of the following is correct about Python ?
पायथन में आरक्षित कीवर्ड का चयन करें:
Select the reserved keyword in python :
ट्राई ब्लॉक द्वारा उत्पन्न अपवादों को संभालने के लिए ब्लॉक के लिए किस कीवर्ड का उपयोग किया जाता है?
Which keyword is used for the block to handle the exceptions generated by try block ?
निम्नलिखित में से कौन सा कथन बाइनरी फ़ाइलों के लिए सही है?
Which of the following statement is correct for binary files?
किसी पहचानकर्ता की अधिकतम संभव लंबाई क्या है?
What is the maximum possible length of an identifier ?
निम्नलिखित में से कौन सा कीवर्ड नहीं है?
Which of the following is not a keyword ?
निम्नलिखित में से कौन सा वैध पहचानकर्ता नहीं है?
Which of the following is not a valid identifier?
सिंगल लाइन टिप्पणी लिखने के लिए किस चिन्ह का प्रयोग किया जाता है?
Which symbol is used to write single line comment ?
दशमलव संख्या 14 के समतुल्य द्विआधारी संख्या क्या है?
What is the binary number equivalent of the decimal number 14 ?
इनमें से कौन सा कोर डेटा प्रकार नहीं है?
Which of these is not a core data type ?
पहचानकर्ताओं के साथ व्यवहार करते समय पायथन एक केस संवेदनशील भाषा है।
Python is a case sensitive language when dealing with identifiers.
परिवर्तनीय नामों के लिए निम्नलिखित में से कौन सा सत्य है?
Which of the following is true for variable names ?
पायथॉन किस भाषा में लिखा गया है?
In which language is Python written ?
किसी वेरिएबल को सौंपे गए कच्चे डेटा को __________ कहा जाता है।
Raw data assigned to a variable is called as __________.
PHP फ़ाइलों का डिफ़ॉल्ट फ़ाइल एक्सटेंशन __________ होता है।
PHP files have a default file extension of __________.
पायथन भाषा में निम्नलिखित में से किसे वेरिएबल के रूप में परिभाषित नहीं किया जा सकता है?
In python language, which of the following cannot be defined as variable ?
पायथन फ़ाइल का सही एक्सटेंशन ____________ है।
The correct extension of the Python file is ____________.
पायथन भाषा में कोड के ब्लॉक को परिभाषित करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
Which of the following is used to define a block of code in Python language ?
पायथन पहचानकर्ता की अधिकतम लंबाई
Maximum length of a python identifier
निम्नलिखित में से किसका उपयोग पहचानकर्ता के रूप में नहीं किया जा सकता है?
Which of the following cannot be used as an identifier?
बेसिक मॉडल ऑफ कम्प्यूटेशन क्या वर्णन करता है?
What does the Basic Model of Computation describe?
संगणना में मेमोरी की भूमिका क्या है?
What is the role of memory in comp utation?
निम्नलिखित में से कौन सा एक मान्य पायथन पहचानकर्ता नहीं है?
Which of the following is NOT a valid Python identifier?
किस पीढ़ी की प्रोग्रामिंग भाषाएं मशीन भाषा हैं?
Which generation of programming languages is machine language?
पायथन का पहला संस्करण कब लॉन्च किया गया था?
When was the first version of Python launched?
उच्च-स्तरीय भाषाओं की प्राथमिक विशेषता क्या है?
What is the primary characteristic of high-level languages?
असेंबलर का प्राथमिक कार्य क्या है?
What is the primary function of an assembler?
कौन सा पायथन मॉड्यूल regular expression संचालन के लिए समर्थन प्रदान करता है?
Which module in Python provides support for regular expression operations?
पायथन में घातांक के लिए कौन सा ऑपरेटर उपयोग किया जाता है?
Which operator is used for exponentiation in Python?
कौन सा तुलना ऑपरेटर जांचता है कि दो ऑपरेन्ड का मान समान है?
Which comparison operator checks if the value of two operands is equal?
Python कहा से डाउनलोड की जा सकती है
Where can Python be downloaded?
पायथन किस भाषा का उत्तराधिकारी है?
Python is successor of which language?