Message from Python discussions

November 2018

— Then use │

— 

Yeah, I'm still experimenting... I want to edit a message but keep the same format.. (Add to it a new line with text) idk if it will keep the markdown

— Because stupid programmers invented a non-existent character, resulting in a lot of confusion

— I don't see how it's confusing, but okay.

— Yeah, why people invent stuff, we should still live in caves and hunt, fucking inventions, messing up everything, now Im confused if those are birds, drones or planes

Message permanent page

— (or i like to call em metal birds)

— Already in use for something else.

— Pipe?

— Language:

py3


Source:
#py
a = ""
for i in range(5):
print(a+ "_")
a += " "
print(a+"|")
a += " "


Result:
_
|
_
|
_
|
_
|
_
|

Message permanent page

— You can use it for this

— Escape sequences ?

— \n