Author
anonymous
over 6 years ago
Python
CPython 3.6.2
$ python3 prog.py
s is ok Traceback (most recent call last): File "prog.py", line 4, in <module> assert '\t' == '\\t' AssertionError
s is ok
Traceback (most recent call last): File "prog.py", line 4, in <module> assert '\t' == '\\t' AssertionError