Computer Science, asked by XKiller0101, 3 months ago

Write a program in python to find the factors of a number

Answers

Answered by SudharsanVanamali
0

Answer:

a = int(input("Enter first number: "))

b = int(input("Enter second number: "))

r = a*b

print (r)

Similar questions