Home / Programming MCQs / Python MCQs / Question
M
Q. What is the output of the following program : def myfunc(a): a = a + 2 a = a * 2 return a print myfunc(2)
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What will be the output of the following Python code?
What is the output of the following code snippet?
What keyword is used in Python to raise exceptions?
Which of the following operator is used for truncation division?
What type of data is: arr = [(1,1),(2,2),(3,3)]?
Which of the following statements is true?
Which of the following function is used to open a file for reading in Python?
Discusssion
Login to discuss.