Question: 2.1 complete the program by completing solutions 1&2 below. 2.2 Show the display of the print command. 2.3 Give a brief description of program 4
2.1 complete the program by completing solutions 1&2 below. 2.2 Show the display of the print command. 2.3 Give a brief description of program 4 Python Program to find the area of trianglet a=5 b=6 - c=7 H Uncomment below to take inputs from the users \# a = float (input ('Enter first side: ")) \# b= float (input ('Enter second side: ')) \# c= float(input ('Enter third side: ')) \# calculate the semi-perineterw s = Solution 1 \# calculate the areae area = Solution2 print('The area of the triangle is Xe.2f' Xarea)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
