generated from technolyceum/ai6-m2
Added line4 import test
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# asteroid_game.py - Starter Template
|
# asteroid_game.py - Starter Template
|
||||||
import turtle
|
import turtle
|
||||||
import random
|
import random
|
||||||
|
import test
|
||||||
# === SETUP THE GAME WINDOW ===
|
# === SETUP THE GAME WINDOW ===
|
||||||
screen = turtle.Screen()
|
screen = turtle.Screen()
|
||||||
screen.setup(600, 600)
|
screen.setup(600, 600)
|
||||||
|
|||||||
Reference in New Issue
Block a user