diff --git a/calculator/calculator.py b/calculator/calculator.py index ae49646..6462b40 100644 --- a/calculator/calculator.py +++ b/calculator/calculator.py @@ -6,14 +6,14 @@ #adding conditionals -if operetions == '+': +if operations == '+': print("Result:", a + b) -elif operetions == '-': +elif operations == '-': print ('Result:', a-b) -elif operetions == '': +elif operations == '': print ('Result:', a*b) -elif operetions == '/': - print ('Result:' , a/b ) \ No newline at end of file +elif operations == '/': + print ('Result:' , a/b )