Home / Programming MCQs / Python MCQs / Question
Q. What is the output of the following program : i = 0 while i < 3: print i i += 1 else: print 0
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will be the output of the following Python code?
Which of the following is not a keyword in Python?
Which among the following list of operators has the highest precedence? +, -, **, %, /, <<, >>, |
Which of the following is an invalid statement?
Which of the following is an arithmetic operator in Python?
A return statement with _____ arguments.
Which of the following keyword is used for function in python?
Discusssion
Login to discuss.