1.
Identity operator in Python are
2.
Python code can run on variety of platforms, it means Python is a ______________ language
3.
Which one of the following is membership operator
4.
a=5, b=3, c=a**b. print(c) will result
5.
x=5//2+4*2**2. Value of x is
6.
Example of Mutable data type is
7.
Which of the following is not applicable for Python
8.
Non-executable, additional lines added to a program, are known as _____________
9.
Expressions contain values/variables along with operators. This statement is
10.
Example of two augmented assignment operator is
11.
Which of the following is floor division operator in Python
12.
Python uses a/an ________________to convert source code to object code
13.
+, - operators have less priority over *,/ operator. This statement is
14.
____________is a word having special meaning reserved by programming language
15.
tp=(10,20,30,40). print(tp[-1) will result
16.
List sequence is represented using the Square Bracket [ ]. This statement is
17.
Short cut key to run Python code in script mode is
18.
Which of the following can be used to create comments?
19.
Escape sequence are treated as
20.
Python variables support dynamic typing. This statement is
21.
Which of the following is not applicable for Python
22.
Which one of the following is not an Arithmetic operator?
23.
_____________ are fixed values in Python
24.
You can rename a keyword. This statement is
25.
Short cut key to run Python code in script mode is
26.
Which one of following are valid identifiers
27.
Which one of the following is not a valid Keyword
28.
Which one of following are valid identifiers
29.
Python variables support dynamic typing. This statement is