N
Q. What will be the output of the following Python code?
class tester: def __init__(self, id): self.id = str(id) id="224" >>>temp = tester(12) >>>print(temp.id)
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. How many times the following loop will execute?
Q. What will be the output of the following code snippet?
Q. Which of the following words cannot be a variable in python language?
Q. What is the output of the following program?
Q. What is the output of the following program : i = 0 while i < 3: print i print i+1
Q. What will be the output of the following Python function?
Q. What will be the value of variable y after execution of following Python code?
Q. What will be the values of var1 and var2 after the execution of program?
Q. Which of the following is not a relational opeartor in Python?
Discusssion
Login to discuss.