Recentely I saw some piece of code that I can\'t understand. Here\'s the example:
a = {} a[\'value\'] = a print(a) >>>> {\'value\': {...}}