aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchirvasitua <stuart-little@users.noreply.github.com>2021-04-12 08:06:01 -0400
committerchirvasitua <stuart-little@users.noreply.github.com>2021-04-12 08:06:01 -0400
commitf1dcaf2bb7eb1ec3b002a7cd10ec6763a4d147d8 (patch)
tree0ca49a1a6308015f75c9ee6b82555d429043807f
parenteeb4cf0caad65ceee5fdddb161be04383ad53428 (diff)
downloadperlweeklychallenge-club-f1dcaf2bb7eb1ec3b002a7cd10ec6763a4d147d8.tar.gz
perlweeklychallenge-club-f1dcaf2bb7eb1ec3b002a7cd10ec6763a4d147d8.tar.bz2
perlweeklychallenge-club-f1dcaf2bb7eb1ec3b002a7cd10ec6763a4d147d8.zip
1st commit on 108_python
-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")