def links(links,host=""): host = "https://"+host+"/" html = "" for link in links: html += "\n" return html