From b4c3d3e83b05ba59b64d88f3e56df04b2236e245 Mon Sep 17 00:00:00 2001 From: Colcothar <33038729+Colcothar@users.noreply.github.com> Date: Tue, 24 Oct 2017 14:41:58 +0100 Subject: [PATCH] Remove Space --- python-BattleShip/battleship.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python-BattleShip/battleship.py b/python-BattleShip/battleship.py index 58a170c..a38e844 100644 --- a/python-BattleShip/battleship.py +++ b/python-BattleShip/battleship.py @@ -1,5 +1,4 @@ from random import randint - board = [] for x in range(5):