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
Be the first to start discuss.
Q. Amongst which of the following is / are true with reference to loops in Python?
Q. Float type of data type is represented by the float class.
Q. What will be the output of the following program on execution?
Q. What will be the output of the following Python code?
Q. What does the __init__() function do in Python?
Q. Which statement is correct?
Q. The hasattr(obj,name) is used to
Q. Which among the following list of operators has the highest precedence? +, -, **, %, /, <<, >>, |
Discusssion
Login to discuss.