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

-Added required modules to requirements file // -Fixed a bug in main.py

parent c20ce2dc
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,6 @@ def run_show_numbers(path):
terme = int(input('Enter a number: '))
t = app_functions.dec_to_lambda_relative_integers(terme)
print('Voici le terme:',logic.to_string(t))
save_image_choice = input('Do you want to save the image? (y/n): ')
logic.captureImage(t,path,'ENTIER-RELATIF-'+str(terme),False)
save_image_choice = input('Do you want to save the images? (y/n): ')
while save_image_choice not in ['y','n']:
......
pyfiglet
keyboard
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment