website/bscripts/internal_links.py

7 lines
136 B
Python
Raw Normal View History

while True:
try:
a = input()
except:
break
2023-01-14 12:26:57 +00:00
print('<a href=\'#' + a + '\'>' + a.capitalize() + '</a>&emsp;')