squareRoot

    0

    0

    Mahendra Kumar

    basicMathsbeginner

    Finding the square root of a given number.

     # take inputs
     # take inputs
    num = int(input())
    # calculate square root
    sqrt = num ** 0.5
    # display result
    print('Square root of %0.2f is %0.2f '%(num, sqrt))
    
    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.