Welcome to your Python Set 4
Read this before do Start Exam:
1- There are 25 Questions and complete it within 30 Minutes.
2- For Best Experience download our Android App from Google Play Store.
परीक्षा शुरू करने से पहले इसे पढ़ें:
1- 25 प्रश्न हैं और इसे 30 मिनट के भीतर पूरा करें।
2- बेहतरीन अनुभव के लिए Google Play Store से हमारा Android ऐप डाउनलोड करें।
Download App Now
1.
What does 3 ^ 4 evaluate to?
2.
What does ~~~~~~5 evaluate to?
3.
Which of the following cannot be a variable?
4.
What is the result of cmp(3, 1)?
5.
Which of the following will run without errors?
6.
Which is the correct operator for power(xy)?
7.
Which of the following is an invalid variable?
8.
Which of the following is incorrect?
9.
In order to store values in terms of key and value we use what core data type.
10.
To which of the following the “in” operator can be used to check if an item is in it?
11.
Given a function that does not return any value, What value is thrown by default when executed in shell.
12.
What is the return type of function id?
13.
Which of the following results in a SyntaxError?
14.
Which of the following is an invalid statement?
15.
Which one of the following has the highest precedence in the expression?
16.
Which of the following is not a complex number?
17.
Which one of the following has the same precedence level?
18.
Why are local variable names beginning with an underscore discouraged?
19.
What is the result of round(0.5) – round(-0.5)?
21.
Which of the following is incorrect?
22.
What does ~4 evaluate to?
23.
Which of these in not a core data type?
24.
Which of the following is invalid?
25.
What is the answer to this expression, 22 % 3 is?