From b6e5973fb516d57a1ca37e6e8af7eee0068c1ccf Mon Sep 17 00:00:00 2001 From: Can202 <67566612+Can202@users.noreply.github.com> Date: Fri, 9 Apr 2021 00:48:56 -0400 Subject: [PATCH] Update man.py --- man.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")