State True or False: A Python tuple can also be created without using parentheses
Answers
Answered by
1
A python tuple can be created without using any parentheses. Correct! You can create tuples using tuple packing which requires no parentheses.
Similar questions