R
Q. What will be the output of following Python code?
set1={0,0,9} print(set1)
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. How will you get the second element in a list called "bus"?
Q. What will be the output of the following Python code?
Q. What will be the output of the following Python expression?
Q. Amongst which of the following is / are true with reference to loops in Python?
Q. As what datatype are the *args stored, when passed into a function?
Q. What will be displayed by the following code?
Q. Which of the following words cannot be a variable in python language?
Discusssion
Login to discuss.