Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alter-Sitanshu committed May 9, 2024
1 parent d7f59f7 commit 4af72ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def divide(num1,num2):
return num1/num2


# taking the input frmo the user about the numbers
# taking the input from the user about the numbers
num1 = eval(input("Enter the first number : "))
num2 = eval(input("Enter the second number : "))

Expand Down

0 comments on commit 4af72ff

Please sign in to comment.