test.py 73 B

123
  1. for i in range(9,18):
  2. for j in range(59):
  3. print(str(i)+"h"+str(j))