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