website/bscripts/internal_links.py

7 lines
131 B
Python
Raw Normal View History

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