OverIQ.com
Toggle navigation
Home
Blog
Contact
About
Submit
Run (or Hit F9)
s = "hello" print(id(s)) s += " world" print(s) print(id(s))
Input
optional
Output
empty