Which line of code produces an error?
Which line of code produces an error?
What is the value of the following expression?
2+4.00, 2**4.0
What is the value of the following expression?
2+4.00, 2**4.0
What will be the output of the following Python expression?
print(4.00/(2.0+2.0))
What will be the output of the following Python expression?
print(4.00/(2.0+2.0))
Algorithm should be
Algorithm should be
Which of the following is a valid string literal?
Which of the following is a valid string literal?
State true or false
Python has been drived from C.
State true or false
Python has been drived from C.
Which is the correct operator for x power to y ?
Which is the correct operator for x power to y ?
Evaluate the expression given below if A = 16 and B = 15.
A % B // A
Evaluate the expression given below if A = 16 and B = 15.
A % B // A
Wwhat is the answer to this expreession, 22% 3
Wwhat is the answer to this expreession, 22% 3
which operator gives the reminder after division?
which operator gives the reminder after division?
In order to store values in terms of key and value we use what core data type.
In order to store values in terms of key and value we use what core data type.
State true or false
Each variable has unique name.
State true or false
Each variable has unique name.
State true or false
In python, Variable names can start with numbers.
State true or false
In python, Variable names can start with numbers.
Which of these in not a core data type?
Which of these in not a core data type?
Currently on which generations of computers are we working?
Currently on which generations of computers are we working?