my_list = [3, -4, 0, -1, 2, 1, 8} n=0 count=0 for x in my list : if…

Question Answered step-by-step my_list = [3, -4, 0, -1, 2, 1, 8} n=0 count=0 for x in my list : if… my_list = [3, -4, 0, -1, 2, 1, 8}n=0count=0for x in my list : if my_list [n] > 0 :     count +=1  Computer Science Engineering & Technology Python Programming CSC 101 Share QuestionEmailCopy link Comments (0)