def fizzbuzz(nombre):
  return 1

for nombre in range(1, 101):
  print(nombre)