Message from Python discussions

November 2018

— Pipe?

— 

Language:

py3


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


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

— You can use it for this

— Escape sequences ?

— \n

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

— /\ \/

— ^ V 😏

— Now thats confusing

— Why dont you just say: "Ok now I understand the origin of this, won't annoyingly debate any further"

— ∧ ∨ (not in ASCII)

— How is this not highly off topic (and annoying, stupid, pointless, …)