Message from Python discussions

November 2018

— 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

— (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

— Https://en.m.wikipedia.org/wiki/Backslash

— /\ \/

— ^ V 😏