Hi all I try these code in a Python Script: A = dict() A['Example'] = 1 return A.update({'DoesItWorks': 'Perhaps'}) In the python interpreter it works fine but in the python script returns None Can anyone reproduce the problem? Thanks!!!!!