Source Code
#Program for Multi. and Div.
num1=int(input("Enter 1st Number"))
num2=int(input("Enter 2nd Number"))
m=num1*num2
d=num1/num2
print("The Mul. of 2 no. are",m)
print("The Div. of 2 no. are",d)
Hello, my name is G Krishna. I'm Creating this blog for the students who are beginners.
Learn More →
No comments:
Post a Comment