s = ['20', '30'] for i in range(int(s[0]), int(s[1])+1): if i%2 == 0: print(i, ', ', sep='', end='')