saransaravanan4829 saransaravanan4829 09-10-2022 Computers and Technology contestada What is the output of the below Python code? list1=[12,54,32,29,81] list1.remove(32) print(list1)