Python Lists: Method OrderOnline version Sort these Python list methods alphabetically. by Bhavna Mittal 1 Arrange the statements to count the occurences of a number in the list. if num==x: for num in lst: print("The number of times", x, " occurs is ", count) count+=1 x=int(input("Enter the number to be searched")) lst=eval(input("enter 10 numbers in the list: ")) count=0