-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Anтo edited this page Apr 8, 2022
·
5 revisions
This wiki contains all information that you need to correctly use "sdymh", if you need something more or if you want to signal a problem, please send me an e-mail at antonherault@gmail.com. Good luck in your studies :)
All modules are presented as "module name" + "classes from this module".
Note : all classes are simply accesible by : sdymh.NameOfTheClass()
Modules :
-
Plane geometry
- Point(x: float, y: float)
- Statistics
- Turtle integration
-
Vectors
- Vector(name: name, x: int, y: int)
- ...
Functions :
- thank_you()
- pythagore(a, b)
- reciprocal_pythagore(a, b, c)
- mul_table(n, to=10, printing=True)
- imc(weight, height)
- is_multiple(x, y)