From b9b57de213be82e6fbf6b462fb08da97ac10f793 Mon Sep 17 00:00:00 2001 From: "michelat.c" <> Date: Sat, 28 Feb 2026 19:57:06 +0100 Subject: [PATCH] fonction points --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afa42b7..2089503 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # basket_Robinet_Michelat_Leenaerts -Code du projet NSI sur l'analyse automatique des tirs de basket. \ No newline at end of file +Code du projet NSI sur l'analyse automatique des tirs de basket. + + + + + + + + +def points (x,y):"""la fonction doit prendre en paramètres x et y +les coords du point d'action et doit renvoyer 2 ou 3 en fonction du point de tir""" + if x<250 or x>750 and 50