What is Nostr?
GHOST
npub18dl…h8x3
2023-04-08 04:19:17

GHOST on Nostr: My first program that I have ever written! Proud # Program to find area of a triangle ...

My first program that I have ever written! Proud

# Program to find area of a triangle
def calculate_area(Width, Height):
area = Width * Height
return area

print("Calculate the area of a triangle")
Width_Input = float(input("What is the width? "))
Height_Input = float(input("What is the height? "))
area = calculate_area(Width_Input, Height_Input)
print("The area is " + str(area))
Author Public Key
npub18dlusgmprudw46nracaldxe9hz4pdmrws8g6lsusy6qglcv5x48s0lh8x3