aboutsummaryrefslogtreecommitdiff
path: root/challenge-108/lubos-kolouch/python/ch-1.py
blob: f47d302d56308615a521ec72e758232f27892b55 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python
# -*- coding: utf-8 -*-

import ctypes

var = "This is a variable"
print(ctypes.cast(id(var), ctypes.c_void_p))