T
Q. What is the output of the following code?
def getLen(): d = {} d["python"] = 22 d["java"] = 27 d["php"] = 53 d["c"] = 87 return len(d) print(getLen())
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 will be the output of the following Python code?
Q. Which character is used in Python to make a single line comment?
Q. The output of this Python code would be
Q. Which of the following statements will create a list?
Q. What is the output of the following program?
Q. Which module in Python supports regular expressions?
Q. In python, we use “try” and “catch” for exception handling?
Discusssion
Login to discuss.