diff options
Diffstat (limited to 'challenge-108/laurent-rosenfeld/python/ch-1.py')
| -rw-r--r-- | challenge-108/laurent-rosenfeld/python/ch-1.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-108/laurent-rosenfeld/python/ch-1.py b/challenge-108/laurent-rosenfeld/python/ch-1.py new file mode 100644 index 0000000000..0cfac46505 --- /dev/null +++ b/challenge-108/laurent-rosenfeld/python/ch-1.py @@ -0,0 +1,2 @@ +i = 42 +print("Address of variable i is: ", id(i)) |
