diff --git a/fix_me.py b/fix_me.py index 1506169..fd42b6e 100644 --- a/fix_me.py +++ b/fix_me.py @@ -4,10 +4,10 @@ a= int(input("Enter the first no: ")) b= int(input("Enter the second no: ")) # Divide two numbers -division= a-b +division= a/b # Square of first no. a = a+a # Square of second no. b = b*b -print("Division",division) \ No newline at end of file +print("Division",division)