What will be the output of the following in Python?
a (1,2)
b (1,2,4)
c (2,4,3)
D (2, 4)
Attachments:
Answers
Answered by
3
What will be the output of the following in Python?
a) (1,2)
b) (1,2,4)
c) (2,4,3)
d) (2, 4) ✔✔
Similar questions