Create a tuple object.Once a tuple is created, its elements cannot be added, removed, or modified.Tuples can be created using (), the tuple can be empty and the element types can be different, but if the tuple contains only one number, a comma should be added to distinguish the operator.You can also convert list objects to tuple objects.Use the tuple() function to generate a new tuple object based on the original object
tup1 = ('Google','Runoob',1997