From 311db0a7578340ad533eed2682896ce1f77fca24 Mon Sep 17 00:00:00 2001 From: t3bol90 <43676770+t3bol90@users.noreply.github.com> Date: Mon, 25 Feb 2019 00:05:57 +0700 Subject: [PATCH] Update Alphaproj.py --- Alphaproj.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Alphaproj.py b/Alphaproj.py index 27f98ac..814c90f 100644 --- a/Alphaproj.py +++ b/Alphaproj.py @@ -1,5 +1,8 @@ +import time from construct import createRoad, createTurtles, randomTurtles + length = createRoad.create() t = createTurtles.create() +time.sleep(1) randomTurtles.random(t, length)