blob: e6ca0422ebf0f250eafe5a8c07bb4460e9b3d182 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## Remarks
## https://pypi.org/project/sevseg/
## https://inventwithpython.com/bigbookpython/project64.html
##
import sevseg
nInput = 200
print (sevseg.getSevSegStr(nInput, 1))
|