Please do help me with this please. This is a python programming. I…
Question Answered step-by-step Please do help me with this please. This is a python programming. I… Please do help me with this please. This is a python programming. I already have here the source code, and all i need is to run and input this in python programmer. Source code: side = 25 Area = side*side print(“Area of the square=”+str(Area)) #This function uses global function s #s= “I am an engineer” #function print(“Inside Function:”, s) #end of function print(“Outside Function:”, s) Source code: A = int(input(“enter the lenght of first side”)) B = int(input(“enter the lenght of second side”)) C = int(input(“enter the lenght of third side”)) p = (a+b+c) s = p/2 area = (s*(s-a)*(s-b)*(s-c))**0.2 print(“area of triangle is:”,area) print(“parimeter of triangle is:”,p) print(“semi parimeter of triangle is:”,s) Computer Science Engineering & Technology Python Programming CPE 112 Share QuestionEmailCopy link Comments (0)


