Skip to content

Commit e589bbb

Browse files
authored
Update calculator.py
1 parent 91e67ca commit e589bbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Python_Begginer_Projects/Intermediate/calculator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ def Main(): # A main function to run and test the program
5757

5858
print(result)
5959

60-
Main() # CAll the Main function to run the program
60+
Main() # CAll the Main function to run the program
61+
# Author - Mmabiaa

0 commit comments

Comments
 (0)