Answers ( 2 )

  1. for i in range(1,11):
    print(i*10)

  2. for i in range(1,11):
    mul = 10*i
    print(mul)

Leave an answer

Browse
Browse