which of the following tuple is singleton tuple
a) tup = (10)
b) tup, = (10,20)
c) tup, = (10)
d) tup = ()
Answers
Answered by
1
Answer:
option d is the answer ,tup = ()
Similar questions