From 5898d14c93b200e2a55ee39c1cb013ab6863eb8a Mon Sep 17 00:00:00 2001 From: silentbuddha69 <102415120+silentbuddha69@users.noreply.github.com> Date: Sat, 26 Mar 2022 17:48:21 +0530 Subject: [PATCH] Update fix_me.py --- fix_me.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)