Add lots of things(including tests)
This commit is contained in:
2
test/average/average.py
Normal file
2
test/average/average.py
Normal file
@ -0,0 +1,2 @@
|
||||
def average(*args):
|
||||
return sum(args, 0.0) / len(args)
|
||||
Reference in New Issue
Block a user