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. What will be the output of the following code?
Q. Which of the following functions returns the smallest character in the string str?
Q. What is the output of the following program?
Q. Which of the following will print the pi value defined in math module?
Q. What is the output of the following code?
Q. Float type of data type is represented by the float class.
Q. Which of the following Python statements will result in the output: 6?
Q. Different learning methods does not include?
Q. When a function is defined in a class, it is called ______?
Q. Which of the following two will give the same result? (i) 42//2 (ii) 21%6 (iii) 12/4 (iv) 11*2
Discusssion
Login to discuss.