Semaine 4, jour 5

This commit is contained in:
gauvainboiche
2026-01-16 17:13:01 +01:00
parent 54bb4d7628
commit 3f609ad139
38 changed files with 556 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
from math import pi
class Point:
def __init__(self, x: float, y: float):
self.x = x
self.y = y