Another Table by croyal

a=' '*23+'/'
b='| || ||'
c=' '*14+'| || ||'
d='| ||'+' '*18+'| |'
print' '*5+'_'*24+'\n'+' '*4+'/'+a+'|\n   /'+a+' |\n  /'+a+'/||\n /'+'_'*23+'//|||\n|  '+'_'*19+'  || |||\n'+b+'|'+c+'|\n'+b+'/'+c+'/\n'+d+'|\n'+d+'|\n'+'|_|/'+' '*18+'|_|/'

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page