R
Q. What will the be the result of below Python code?
set1={1,2,3} set1.add(4) set1.add(4) 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. Which function do we use to shuffle a list(say list1)?
Q. Which of the following functions converts date to corresponding time in Python?
Q. What will be the output of the following Python code?
Q. Can the “return” statement in Python return multiple values?
Q. Which of the following is used to define a comment in Python?
Q. In which language is Python written?
Discusssion
Login to discuss.