Skip to content

Commit 007359c

Browse files
author
[FacuFalcone]
committed
Update Main message.
1 parent 73155dd commit 007359c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def CombinatorialCalculus():
5353
try:
5454
option = int(input("Your option: "))
5555
SelectOperation(option)
56+
exit = input("\nExecution finished, please press a key to close the program...")
5657
except Exception as e:
5758
print(f"Error: {e}")
5859
finally:

0 commit comments

Comments
 (0)