Home / Programming MCQs / Python MCQs / Question
M
Q. What is the output of the following program : i = 0 while i < 5: print(i) i += 1 if i == 3: break else: print(0)
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Mathematical operations can be performed on a string.
Which is the data type of the following Python code?
The output of this Python code would be:
What will be the output of the following Python code snippet if x=1?
What will be the output of the following code?
Which of the following is NOT a comparison operator in Python?
What is the correct syntax to create a function in Python?
A statement inside ‘if’ has an indentation of _________ spaces.
Discusssion
Login to discuss.