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 is called when a function is defined inside a class?
Q. What is the output of the following program : print((1, 2) + (3, 4))
Q. Which of the following codes uses inheritance?
Q. Write the output of the following
Q. Which of the following is true for variable names in Python?
Q. What is the output of the following program : i = 0 while i < 3: print i print i+1
Q. Which function is used to read n bytes of information from a text file in python?
Discusssion
Login to discuss.