1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
def points (x,y): |
|||
|
|||
if 250<x<750: |
|||
return 3 |
|||
else: |
|||
return 2 |
|||
|
|||
|
|||
print(points (200,2)) |
Loading…
Reference in new issue