how is empty tuple created? in python tuple
Answers
Answered by
1
Answer:
tpl=()
Explanation:
mark me Brainlist
and join edmodo group for better python learning and mastering in python free mail at [email protected]
Answered by
2
Answer:
You can initialize an empty tuple by having () with no values in them. You can also initialize an empty tuple by using the tuple function. A tuple with values can be initialized by making a sequence of values separated by commas.
hope it helps
plz mark me as brainliest
thank you
Similar questions