From 46ba2708f83bf46186c33bf84975d39e87f467c1 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 11 Sep 2020 12:33:34 +0200 Subject: Refactoring files, splited test.py and suite.py in packages --- random_status.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 random_status.py (limited to 'random_status.py') diff --git a/random_status.py b/random_status.py deleted file mode 100644 index 171467f..0000000 --- a/random_status.py +++ /dev/null @@ -1,7 +0,0 @@ -import sys -import random - -if __name__ == "__main__": - status = random.randrange(-2_000_000, 2_000_000) - print(status) - sys.exit(status) -- cgit