aboutsummaryrefslogtreecommitdiff
path: root/challenge-101/tyler-wardhaugh/python/README.md
diff options
context:
space:
mode:
authorTyler Wardhaugh <tyler.wardhaugh@gmail.com>2021-02-25 10:47:22 -0800
committerTyler Wardhaugh <tyler.wardhaugh@gmail.com>2021-02-25 14:11:04 -0800
commit7ee7cb632f67d902f69df08aa3df56224a68dacd (patch)
treeee0f93e57adf66b063c385e115c6f897a27364ff /challenge-101/tyler-wardhaugh/python/README.md
parent1b4ace0cc2d0c7dce94718b0e61a30bddd575867 (diff)
downloadperlweeklychallenge-club-7ee7cb632f67d902f69df08aa3df56224a68dacd.tar.gz
perlweeklychallenge-club-7ee7cb632f67d902f69df08aa3df56224a68dacd.tar.bz2
perlweeklychallenge-club-7ee7cb632f67d902f69df08aa3df56224a68dacd.zip
Ch101 (Python): Tasks 1 & 2
Diffstat (limited to 'challenge-101/tyler-wardhaugh/python/README.md')
-rw-r--r--challenge-101/tyler-wardhaugh/python/README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/challenge-101/tyler-wardhaugh/python/README.md b/challenge-101/tyler-wardhaugh/python/README.md
index d540b43280..3b9306245e 100644
--- a/challenge-101/tyler-wardhaugh/python/README.md
+++ b/challenge-101/tyler-wardhaugh/python/README.md
@@ -10,11 +10,16 @@ Ensure requirements are satified (ideally in venv):
Run Task 1:
- $ ./ch1.py T
+ $ ./ch1.py COLL
+ # e.g.:
+ $ ./ch-1.py "[1, 2, 3, 4, 5, 6]"
+
Run Task 2:
- $ ./ch2.py T
+ $ ./ch2.py POINTS
+ # e.g.:
+ $ ./ch2.py "[[0, 1], [2,0], [-6, 0]]"
Run the project's tests (all the samples from the task descriptions plus some others):