Home / Programming MCQs / Python MCQs / Question
M
Q. Write the output of the following code
a = "AMIT" for i in range(len(a)): print(a)
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which of the following is a correct statement with respect to round()
What will be the output of statment 2**2**2**2?
What is the maximum length of an identifier in python?
What is the output of the following?
What is the output of the following program? def REVERSE(L):
What is the output of the following program : i = 0 while i < 3: print i print i+1
Find the output of the below code.
Discusssion
Login to discuss.