index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-108
/
laurent-rosenfeld
/
python
/
ch-1.py
blob: 0cfac46505d7347a7d9734a9c75d69d2c33ffd12 (
plain
)
1
2
i
=
42
print
(
"Address of variable i is: "
,
id
(
i
))