Math, asked by rahulstrawman12345, 1 month ago

write a program to enter 2 number and find sum and product​

Answers

Answered by swaranikan
0

Answer:

Second_Number = int(input("Enter the second Number"))# print the message to input the second number and take input of second number and convert it into integer value. print

("The sum of the number is "+str(First_Number+Second_Number)) # print the sum of the number. print("") # it is used to gives one line space.

Step-by-step explanation:

if this work then mark me as a brainlist

Similar questions