Number

PythonでThe Most Numbers

コード def checkio(*args): if len(args) > 0: return max(args) - min(args) else : return 0