notebook.community
Edit and run
In [ ]: import ctypes a = "hello world" print(ctypes.cast(id(a), ctypes.py_object).value)
import ctypes a = "hello world" print(ctypes.cast(id(a), ctypes.py_object).value)