def change(): global x x = 'dog' x = 'cat' change() print x