3

Im seriously thinking about creating a proper deep text generator for farewell, wedding and birthday cards.
Do you think I should waste my time on that?

Comments
  • 2
    learning new stuff is almost never a waste of time 🙂
  • 1
    Func deepTextGenerator(type, names):
    Switch type:
    Case .birthday:
    For name in names:
    Print(“happy birthday “,name)
    Case .anniversary:
    For name in names:
    Print(“happy anniversary“,name)
Add Comment