Home / Programming MCQs / Python MCQs / Question
T
Q. What is the output of the following code?
x = 2.5 y = 2 print x//y
This type of division is called a “truncated division” where the remainder is truncated or removed.
You must be Logged in to update hint/solution
Which of the following is the correct extension of the Python file?
What is the output of the following program :
Which statement will check if a is equal to b?
Which of the following is NOT a data type in python?
Write the output of the following
Which of the following is jump statement in python?
Amongst which of the following is / are the conditional statement in Python code?
Which of the following uses the id() function in Python?
Why does the name of local variables start with an underscore discouraged?
Discusssion
Login to discuss.