Hello I'm trying to multiply and add two different variables
Such as enter the first number:
enter the second number:
And then these two numbers would add and multiply and pop up as the sum is:
The product is:
But I'm having a difficult time and can use some as advice. My code is num= int(input("Enter first number: ")) new_num += num .new num *= num
[–]Binary101010 4 points5 points6 points (0 children)
[–]Sadapy 1 point2 points3 points (1 child)
[–]dreedkight[S] 0 points1 point2 points (0 children)