thistuple = tuple(("apple", "banana", "cherry"))
print(thistuple)
THIS IS MY ERROR: PLEASE RESOLVE MY ISSUE
Traceback (most recent call last):
File "C:\Users\Aadi\PycharmProjects\pythonProject\Tuple.py", line 36, in <module>
thistuple = tuple(("apple", "banana", "cherry"))
TypeError: 'tuple' object is not callable