M
Q. What is the output of the following program? data = [x for x in range(5)] temp = [x for x in range(7) if x in data and x%2==0] 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. Python executes one statement after another from beginning to the end of the program. This is a
Q. What type of data is: arr = [(1,1),(2,2),(3,3)]?
Q. What is the method inside the class in python language?
Q. Execution of statements in _________________ construct depend on a condition test.
Q. Write the output of the following
Q. Which of these is not a core data type?
Q. What is the data type for a character in python?
Q. Which function overloads the >> operator?
Discusssion
Login to discuss.