HPI/my/hackernews/common.py
2022-02-04 23:38:50 +00:00

2 lines
93 B
Python

def hackernews_link(id: str) -> str:
return f'https://news.ycombinator.com/item?id={id}'