Как сделать кортеж

tempTuple = ('apple', 'mango', 'banana')
print(tempTuple)
Disgusted Dolphin