x = 0 # x bound to an integer objectprint xx = "Hello" # now it's a stringprint xx = [1, 2, 3] # and now it's a listprint x