Y
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
sumzup
1960 days ago
greet = lambda x: f"hello {x}"
link