Changing Fonts in Repl or Python
I am wondering if there is any way to change the font in a python py. I want to change it to a monospace font since the update has messed with my ascii game. Or, is there any way to make ascii characters all the same width?
ash15khng
As far as I know, I don't think so, but you should suggest it on the feedback page.
printing a null character can help in some cases like:
print("+---+")
print("|","",cha,"","|")
print("+---+")
to print a character -cha- in a box