aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-108/stuart-little/python/ch-1.py6
-rwxr-xr-xchallenge-108/stuart-little/python/ch-2.py5
2 files changed, 11 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)}.")
diff --git a/challenge-108/stuart-little/python/ch-2.py b/challenge-108/stuart-little/python/ch-2.py
new file mode 100755
index 0000000000..5a89559daa
--- /dev/null
+++ b/challenge-108/stuart-little/python/ch-2.py
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+
+# run <script>
+
+print("1, 1, 2, 5, 15, 52, 203, 877, 4140, 21147")