Answers ( 2 )

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

  2. for i in range(2,21):
    if i%2==0:
    print(i)

Leave an answer

Browse
Browse