numProduct

    0

    0

    Mahendra Kumar

    beginnerlearning

    product of two numbers

    # Python program to multiply two number
    # take inputs
    num1 = float(input('Enter first number: '))
    num2 = float(input('Enter second number: '))
    # calculate product
    product = num1*num2
    # print multiplication value
    print("The Product of Number: %0.2f" %product)
    
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.