V
Q. What will be the output of the following Python code?
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. Write the output of the following code
Q. What will be the output of the following code?
Q. Which of this statment will give an error?
Q. What is the use of 'While' loop in Python?
Q. Which of the following Python statements will result in the output: 6?
Q. An ‘if’ condition inside another ‘if’ is called
Q. What keyword would you use to add an alternative condition to an if statement?
Q. Which of the following is a correct way to print the statement "Hello, World!" in Python?
Q. Which of the following is a valid for loop in Python?
Q. Which of the following functions converts date to corresponding time in Python?
Discusssion
Login to discuss.