First Prototype To Iannick

This commit is contained in:
Remi Ehounou
2021-05-03 17:59:06 -04:00
parent 9dd8ccf35a
commit 14da660f2b
10 changed files with 218 additions and 36 deletions

View File

@ -2,6 +2,9 @@
def main(args):
'''
#_# dimmensions: 2
'''
for x in args:
if x < -1.2 or x > 1.2:
return 0