blob: afeeff42c67a055c19587c5054be17299458cca8 [file] [log] [blame]
def foo(a, b):
if a < b:
params = {'a': 'b'}
print params
else:
print {'c': 'd'}