diff options
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))
|
