logs. Out 0 for 21, 28 codes
This commit is contained in:
parent
9404393975
commit
db7c1687a7
|
@ -80,6 +80,7 @@ def out(nbr, value, out):
|
|||
msg = logs[nbr]
|
||||
print(msg)
|
||||
|
||||
if int(nbr) == 21: nbr = 0
|
||||
out_0 = (21, 28)
|
||||
if int(nbr) in out_0: nbr = 0
|
||||
if out: sys.exit(int(nbr))
|
||||
|
||||
|
|
Loading…
Reference in New Issue