aboutsummaryrefslogtreecommitdiff
path: root/challenge-108/stuart-little/python/ch-1.py
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-108/stuart-little/python/ch-1.py')
-rwxr-xr-xchallenge-108/stuart-little/python/ch-1.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-108/stuart-little/python/ch-1.py b/challenge-108/stuart-little/python/ch-1.py
new file mode 100755
index 0000000000..07d799e96e
--- /dev/null
+++ b/challenge-108/stuart-little/python/ch-1.py
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+# run <script>
+
+x=5
+print(f"The variable x has value {x} and address {id(x)}.")