HPI/my/hackernews/common.py
2022-02-04 22:23:28 +00:00

2 lines
93 B
Python

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