diff --git a/man.py b/man.py index c3c7a58..d17fc20 100644 --- a/man.py +++ b/man.py @@ -11,7 +11,7 @@ def pair(num): return result #Use man.ordern([0,2,3,20,5,2,50]), the result is order -def ordern(array): +def orderArray(array): numberis = len(array) torepeat = False repeathat = True @@ -46,4 +46,4 @@ def clear(): if os.name == "posix" or os.name == "mac": os.system ("clear") elif os.name == "ce" or os.name == "nt" or os.name == "dos": - os.system ("cls") \ No newline at end of file + os.system ("cls")