R
Q. What will be the output of following Python code snippet?
for i in range(0 , -2 , -1): print(i)
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 Python code?
Q. Which of the following are control structure in python?
Q. What is the output of the below code?
Q. What is the output of the following code?
Q. Mathematical operations can be performed on a string.
Q. Function blocks begin with the keyword?
Q. Amongst which of the following shows the types of function calls in Python?
Q. What will be the output of given Python code?
Q. What is the output of the following program : print '{0:-2%}'.format(1.0 / 3)
Discusssion
Login to discuss.