Python Demo
Python Code
Output
#A demo of print function tup_disp = (1,2,3,4,5) print ("The tuple elements:" ,tup_disp)