months_gen = os.date("%B") -- months_gen = "December" io.output("DYNAMIC/months.txt") io.write(months_gen) print(months_gen)