N
Q. What will be the output of the following Python code?
l=[1, 0, 2, 0, 'hello', '', []] list(filter(bool, l))
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. Which of the following keyword is used for function in python?
Q. What will be the output of the following code?
Q. In python 3, what does the // operator do?
Q. What will be the output of the following Python code?
Q. Which of the following is correctly evaluated for this function?pow(x,y,z)
Q. Write the output of the following :
Q. What is the output of the following program?
Q. Which of the following is a valid variable?
Discusssion
Login to discuss.