Python example to create a Tuple by adminthistuple = ("red", "blue", "black") print(thistuple)OUTPUT:–('red', 'blue', 'black') Sharing Is Caring