myList = list(range(0,10)) for x in myList: print(myList[x]/myList[x-1])
Please fix the error
myList = list(range(0,10)) for x in range(2,len(myList)): print(myList[x]/myList[x-1])
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment