🌈 搜索
📅  最后修改于: 2022-03-11 14:45:36.355000             🧑  作者: Mango
a=int(input("enter the first number: ")) b=int(input("Enter the second number: ")) def=a*b; print("The multiply is: ",def)