Skip to content
Snippets Groups Projects
Commit 8fda036f authored by Jakob Kirsch's avatar Jakob Kirsch
Browse files

auto generated by makefile

parent 5ccfae3a
Branches master
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ exec("def pattern(x, y):" + '\n\t'.join(code))
def draw(map):
if CLEAR:
if os.name == "nt":
print("\n"*10000)
os.system("cls")
else:
os.system("clear")
print("/" + "-" * len(map[0]) + "\\")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment