Python program to find area of triangle #shorts #coding #programming

preview_player
Показать описание


If you found this video useful please give it a thumbs up and subscribe to my channel! and If you have any questions regarding this video, please ask them in the comment section. thanks for watching! :)

Follow Us:

#shorts #coding #programming

DISCLOSURE: This video and description might contain affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help supports the channel and allows us to continue to make videos like this. Thank you for the support! [Intro Song Credit]
Valence - Infinite [NCS Release]
Рекомендации по теме
Комментарии
Автор

def triangle_isosceles_area(a, b):
return ((((4 * ( a ** 2)) - b**2) ** 0.5) * (0.25 * b))

lukeprichard
Автор

Codepilot needs that first line and it would've coded itself lol

jonbikaku
Автор

Well first u ll just need 2 sides and u ll just multiply them and dividing it on 2 why all of this

ayoubbarkaoui