C'est un programme en Micro-python conçu pour fonctionner sur une calculatrice Numworks ou émulateur. Il permet de visualiser un triangle grace au longueur de ses côtés dans repére interactif. Le ...
# W.A.Python program to accept three sides of a triangle and calculate the area, perimeter and semi perimeter of the triangle. import math s1 = int(input("Enter 1st ...