please write a LONG basic piece of code in Python language that focuses on using Variables, please do not make the code short! thank you!
a=int(input("Enter number1: "))
b=int(input("Enter number2: "))
addition = a+b
subtraction = a-b
mul = a * b
div = a/b
print("Sum = ",addition)
print("Difference = ",subtraction)
print("Product = ",mul)
print("Division = ",div)
NOTE : PLEASE COMMENT BELOW IF YOU HAVE CONCERNS.
I AM HERE TO HELP YOUIF YOU LIKE MY ANSWER PLEASE RATE AND HELP ME IT IS VERY IMP FOR ME
Get Answers For Free
Most questions answered within 1 hours.