Code du projet NSI sur l'analyse automatique des tirs de basket.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
michelat.c b9b57de213 fonction points 2 months ago
README.md fonction points 2 months ago

README.md

basket_Robinet_Michelat_Leenaerts

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<y<550: return 2 else : return 3