palindate.py

Created by schraf

Created on February 22, 2022

148 Bytes


for a in range(22,100):
  j = ''.join(reversed(str(a)))
  if 1 <= int(j) <= 28 + (a % 4 == 0):
    print('{}.02.20{}'.format(j, a))