""" print("Objective_1") #Method_1 #t1 = ("Java", "Python", "SQL", "C") t1 = "Java", "Python", "SQL", "C" print("The entered tuple is, ", t1, "with type", type(t1)) #Method_2 t1 = [] count = int(input("Enter the number of members of the List")) i = 0 while i