Home / Programming MCQs / Python MCQs / Question
M
Q. Write the output of the following
a = 7 for i in 7: 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 declarations is incorrect in python language?
Which one of the following is a valid Python if statement :
What will be the output of the following Python code?
The continue keyword is used to ___ the current iteration in a loop.
How many times will the loop run?
How many keywords are there in python 3.7?
Suppose a list with name arr, contains 5 elements. You can get the 2nd element from the list using:
Suppose t = (1, 2, 4, 3), which of the following is incorrect?
Discusssion
Login to discuss.