M
Q. Write the output of the following:
a=15 b=6 c=7 d=8 if a > b: if c > a: if d < c: print("Hello") else: print("B") else: print("A")
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. Which is the data type of the following Python code?
Q. Which of the following is a feature of Python DocString?
Q. In python 3, what does the // operator do?
Q. What is the output of the following program :
Q. What will be the output of the following code?
Q. What is the output of the following code?
Q. What is the maximum possible length of an identifier?
Discusssion
Login to discuss.