V
Q. What will be the output of the following Python code?
i = 1 while True: if i%2 == 0: break print(i) i += 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. By which program python was interpreted?
Q. Amongst which of the following is / are true with reference to loops in Python?
Q. Which of the following is not a complex number?
Q. What is the output of the below code?
Q. Which of the following is the correct syntax for a while loop in Python?
Q. Which of the following operators is used for exponentiation in Python?
Q. What is the output of the following program?
Discusssion
Login to discuss.