From 57aa1e1e6f7cd6a87af5240c350dda1c7a004ef8 Mon Sep 17 00:00:00 2001 From: Himanshu Sharma <61009672+Enerhim@users.noreply.github.com> Date: Fri, 8 Oct 2021 16:36:56 +0530 Subject: [PATCH] Update my_first_calculator.py --- my_first_calculator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/my_first_calculator.py b/my_first_calculator.py index bf7c560..5a28af8 100644 --- a/my_first_calculator.py +++ b/my_first_calculator.py @@ -20818,5 +20818,7 @@ if num1 == 50 and sign == '*' and num2 == 49: print("50*49 = 2450") if num1 == 50 and sign == '*' and num2 == 50: print("50*50 = 2500") +if num1 == 51 and sign == '*' and num2 == 50: + print("51*50 = 2550") print("Thanks for using this calculator, goodbye :)")