M
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
Be the first to start discuss.
Q. Which of the following is not used as loop in Python?
Q. Predict the output of following python programs
Q. To add a new element to a list we use which Python command?
Q. What is the output of the following program?
Q. bytes, bytearray, memoryview are type of the ___ data type.
Q. Which of these are keyword?
Q. The output of this Python code would be
Q. What will be the output of the following Python function?
Discusssion
Login to discuss.