Python #12911
gegan0215-l
started this conversation in
General
Python
#12911
Replies: 2 comments
-
Nice |
Beta Was this translation helpful? Give feedback.
0 replies
-
base = float(input("Enter the base of the triangle: ")) area = 0.5 * base * height print("The area of the triangle is:", area) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Generate a python code on an area of triangle
Beta Was this translation helpful? Give feedback.
All reactions