Hacker News new | ask | show | jobs
by thaumasiotes 1960 days ago
That is the opposite of the problem being posed. The question is how you define `greet` using f-strings.
1 comments

  greet = lambda x: f"hello {x}"