Skip to content

jin8/readme_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

AutoDoTestApp

Introduction

TODO: Describe the about the project

Requirements

These are the requirements needs to be install in order to execute this project:

INPUT

API Reference

Circle(object)

     _init_(self, radius)

     \get_area(self)

     get_circumference(self)

Math(object)

     init(self)

     calculate_circle(self, radius)

     calculate_square(self, x, y)

     calculate_triangle(self, angle1, angle2, angle3)

     get_mean(self)

Square(object)

     init(self, width, height)

     get_area(self)

     get_height(self)

     get_width(self)

Triangle(object)

     init(self, angle1, angle2, angle3)

     check_angle(self)

Dependency graph

Contributor

INPUT

License

INPUT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published