[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/bunshue/vcs/master/_4.python/function/CallModule.py [Back]  [Original]

from areapackage2.Rectangle import Rectangle
from areapackage2.Triangle import Triangle

triangle = Triangle(5, 6)  #  triangle 
print("=", triangle.area())  # 30
print("=", triangle.area2())  # 15.0

Web Proxy Viewer  |  New URL  |  Original Page