M
Q. What will be the value of the following Python expression?
float(4+int(2.39)%2)
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will be the output of given Python code?
Q. What will be the output of the following Python code?
Q. Which of the following two will give the same result? (i) 42//2 (ii) 21%6 (iii) 12/4 (iv) 11*2
Q. Which of the following is not a complex number?
Q. What is the output of the following code?
Q. Which of the following is used to define a comment in Python?
Q. What will be the output of the following Python code?
Q. The hasattr(obj,name) is used to
Discusssion
Login to discuss.