mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-08-09 11:58:35 +00:00
2 lines
62 B
Python
2 lines
62 B
Python
def main(args):
|
|
return 100*args[1]**2+0.01*abs(args[0]+10) |