What's happening here?
In [1]: q = 'deadbeef\t1.2.3.4\t2019-07-04\r",2019-07-02\r\n'
...:
In [2]: print(q)
",2019-07-02 1.2.3.4 2019-07-04
In [3]:
Why is print inverting the order of the substrings? I've tested it on python 2.7, 3.6, 3.7