1 box multiple splitters(who will win?)
This commit is contained in:
parent
835e5fdbac
commit
4048905896
9 changed files with 74 additions and 77 deletions
6
bscripts/internal_links.py
Normal file
6
bscripts/internal_links.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
while True:
|
||||
try:
|
||||
a = input()
|
||||
except:
|
||||
break
|
||||
print('<a href=\'#' + a + '\'>' + a.capitalize() + '</a> ')
|
Loading…
Add table
Add a link
Reference in a new issue