Open Gizmotronn opened 4 years ago
# You can use a variable like a nametag.
enemy1 = "Kratt"
enemy2 = "Gert"
enemy3 = "Ursa"
while True:
hero.attack(enemy1)
hero.attack(enemy2)
hero.attack(enemy3)
#hero.attack(enemy1)
#hero.attack(enemy2)
20 #21
Starting a new django project via https://realpython.com/get-started-with-django-1/
Now that we've installed django and figured out what went wrong previously, we can now move onto closing those "issues/threads" and starting an actual django project