Skip to content
Snippets Groups Projects
Commit 22616259 authored by Antonio MATTAR's avatar Antonio MATTAR
Browse files

-fixed a bug in show numbers

parent b4954c0b
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,8 @@ def run_show_numbers(path):
if choice ==1:
clear()
terme = int(input('Enter a number: '))
while terme < 0:
terme = int(input('Enter a number: '))
t = app_functions.dec_to_church(terme)
print('Voici le terme:',logic.to_string(t))
logic.captureImage(t,path,'ENTIER'+str(terme),False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment