Merge 777a7a1a9d into a7aabeaf49
This commit is contained in:
commit
6f2dfda953
|
|
@ -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 == 58 and sign == '*' and num2 == 58:
|
||||
print("58*58 = 3364")
|
||||
|
||||
print("Thanks for using this calculator, goodbye :)")
|
||||
|
|
|
|||
Loading…
Reference in New Issue