Browse Source

crea fnc points

master
laneury.a 3 weeks ago
parent
commit
42e5c73cd8
  1. 9
      fonction_points.py

9
fonction_points.py

@ -0,0 +1,9 @@
def points (x,y):
if 250<x<750:
return 3
else:
return 2
print(points (200,2))
Loading…
Cancel
Save