M
Q. Write the output of the following code :
for i in range(0,2,-1): print("Hello")
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 value of variable y after execution of following Python code?
Q. What is the output of the following program : print 'cd'.partition('cd')
Q. What will be the output of the following Python code?
Q. The action _______ of a robot arm specify to Place block A on block B.
Q. What is the output of this expression, 3*1**3?
Q. What is the output of the following program?
Q. Which of the following is an invalid statement?
Q. A while loop in Python is used for what type of iteration?
Q. Which of the following operators has its associativity from right to left?
Q. bytes, bytearray, memoryview are type of the ___ data type.
Discusssion
Login to discuss.