So, things were never too simple in C++ world when it came to funky formatting while doing all the cin cout business. So, Python also follows C-like format specification strings and it's all happy and cool most of the time. Except, when it comes to shit like this:
print args = dict([x for x in mydict.items() if x[0] in ['xx', 'yy', 'zz', 'aa', 'bb
(
Read more... )