Respuesta :

for x in range(100,9,-10):

   print(x)

I wrote my code in python 3.8. I hope this helps.