When I get a syntax error for example, I get this block of text:
File "<stdin>", line 1, in ?
while True print('Hello world')
while True print('Hello world')
^
SyntaxError: invalid syntax
I did some research and I found out there are three standard streams.
"The three I/O connections are called standard input (stdin), standard output (stdout) and standard error (stderr)."
So why isn't this standard error?