Run
x = 'hello world' x_id = id(x) print(x_id)
Output