# list list1 = [23,1,32,67,2,34,12] # printing the maximum element print("Largest element is:", max(list1))