Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
est
3 months ago
|
parent
|
context
|
favorite
| on:
Python’s new t-strings
https://peps.python.org/pep-0750/#approaches-to-lazy-evaluat...
name = "World"
template = t"Hello {(lambda: name)}"
This looks cool
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
name = "World"
template = t"Hello {(lambda: name)}"
This looks cool