2 lines
93 B
Python
2 lines
93 B
Python
def hackernews_link(id: str) -> str:
|
|
return f'https://news.ycombinator.com/item?id={id}'
|