diff options
| author | boblied <boblied@gmail.com> | 2023-01-23 08:29:56 -0600 |
|---|---|---|
| committer | boblied <boblied@gmail.com> | 2023-01-23 08:29:56 -0600 |
| commit | c2de8f565b88096181337a6e2890c7ca4b6a6e9e (patch) | |
| tree | 2a692c38c3d7d3a842ecefd526dab448af534f66 /challenge-200/eric-cheung/python/ch-2.py | |
| parent | 109bfa578eb7dad7db280313e577f9ce3659175f (diff) | |
| parent | 27b88f614b9bb53872ef0da19a56087505836db0 (diff) | |
| download | perlweeklychallenge-club-c2de8f565b88096181337a6e2890c7ca4b6a6e9e.tar.gz perlweeklychallenge-club-c2de8f565b88096181337a6e2890c7ca4b6a6e9e.tar.bz2 perlweeklychallenge-club-c2de8f565b88096181337a6e2890c7ca4b6a6e9e.zip | |
Merge branch 'master' of https://github.com/boblied/perlweeklychallenge-club
Diffstat (limited to 'challenge-200/eric-cheung/python/ch-2.py')
| -rwxr-xr-x | challenge-200/eric-cheung/python/ch-2.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/challenge-200/eric-cheung/python/ch-2.py b/challenge-200/eric-cheung/python/ch-2.py new file mode 100755 index 0000000000..e6ca0422eb --- /dev/null +++ b/challenge-200/eric-cheung/python/ch-2.py @@ -0,0 +1,11 @@ +
+## Remarks
+## https://pypi.org/project/sevseg/
+## https://inventwithpython.com/bigbookpython/project64.html
+##
+
+import sevseg
+
+nInput = 200
+
+print (sevseg.getSevSegStr(nInput, 1))
|
