Computer Science, asked by Dipalimallick, 2 months ago

Write a program to assign two numbers and print their product. ​

Answers

Answered by sarveshcpr
3

Explanation:

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.

Answered by Anonymous
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.

Hope it helps ♡︎

Similar questions