print 'First Time:',student
newstudent=student
print 'First Time:',newstudent
newstudent['Tom']=45
print 'Second Time:',newstudent
print 'Second Time:',student
online compiler used https://repl.it/languages/python

Solve Problems by Coding Solutions - A Complete solution for python programming