Skip to content

lesson 9 problem #139

@sen001-tech

Description

@sen001-tech

c = (a**2 + b**2) ** 0.5

import math
a = int(input("enter number:"))
b = int(input("enter number:"))

c = math.sqrt((a2) + (b2))
print(c)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions