News

list=[1,2,40,100,34,80] for i in list: print(max(list)) #Create a Python script that uses a for loop to print the multiplication table for a given number.