M
Q. What is the output of the following program? data = [2, 3, 9] temp = [[x for x in[data]] for x in range(3)] print (temp)
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 the output of the following program?
Q. What is the output of the following program :
Q. Which command is used to add an element in the list
Q. Which of the following data types is immutable in Python?
Q. What will the following Python code output: print(type(3.14))?
Q. Which of the following is the truncation division operator?
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 i += 1 else: print 0
Discusssion
Login to discuss.