Python is a simple, general purpose, high level, and object-oriented programming language.
Python is an interpreted scripting language also. Guido Van Rossum is known as the founder of Python programming.
----------------------------------------------------------------------------------------------------------------
Area of a triangle = (s*(s-a)*(s-b)*(s-c))-1/2
#code:
Three sides of the triangle is a, b and c:
a = float(input('Enter first side: '))
b = float(input('Enter second side: '))
c = float(input('Enter third side: '))
calculate the semi-perimeter
s = (a + b + c) / 2
calculate the area
area = (s*(s-a)*(s-b)*(s-c)) ** 0.5
print('The area of the triangle is %0.2f' %area)
----------------------------------------------------------------------------------------------------------------
#pythonprogram
#code
#learnpython
========================================
keywords:
#pythonprogramtofindtheareaofatriangle
python tutorial for beginners,
python tutorial for beginners in hindi,
python tutorial code with harry,
python tutorial in tamil,
python tutorial in telugu,
python tutorial malayalam,
python tutorial for beginners in tamil,
python tutorial advanced,
python tutorial anaconda,
python tutorial anaconda - installation and using conda,
python tutorial by code with harry,
python tutorial beginners,
python tutorial code,
python tutorial expert,
python tutorial easy,
python programming,
python programming for beginners,
python programming language,
python programming in hindi,
python programming in tamil,
python programmer,
python programming tutorial,
python programming in telugu,
python program for prime number,
python program to add two numbers,
python program for factorial of a number,
python program to check armstrong number,
python program for fibonacci series,
python program to print all prime numbers in an interval,
python program for armstrong number,
python program for palindrome number,
python program app,
python program ask in interview,
python program algorithm,
python program answers,
python program arithmetic operations,
a python program example,
python program by code with harry,
python program basic,
python program basics for beginners,
python program based on functions,
python program book,
python program bubble sort,
python program basic syntax,
python program based on while loop,
python program code
===============================================
Смотрите видео Python program to find the area of a triangle онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь CodeLSC 17 Октябрь 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 80 раз и оно понравилось 1 людям.