harmanbhullarh607 harmanbhullarh607 12-10-2022 Computers and Technology contestada Question 11 Which one of the following is an infinite loop?A. for i in range(-1): print(i) B. X=10 while x <= 10: x=x-1print (x) C. for I in range (10): print (I -10) D. none of the above