website/bscripts/internal_links.py

7 lines
136 B
Python

while True:
try:
a = input()
except:
break
print('<a href=\'#' + a + '\'>' + a.capitalize() + '</a>&emsp;')