decentralized mmo draft

This commit is contained in:
Rusty Striker 2023-01-14 14:26:57 +02:00
parent 4f54a8c602
commit d0100ce001
Signed by: RustyStriker
GPG key ID: 87E4D691632DFF15
3 changed files with 78 additions and 3 deletions

View file

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