Using following method to create a dictionary:
>>> dict(name = \'Joe\') {\'name\': \'Joe\'}
What if I already had a variable n
n