From 59a26a62a0471015de68e3cadf43df52f781f7cb Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Sun, 28 Apr 2013 21:37:34 +0300 Subject: move new line from begining to end on 2 strings/n2 --- weatbag/tiles/n2w1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weatbag/tiles/n2w1.py b/weatbag/tiles/n2w1.py index 8d78eb4..d7b6c27 100644 --- a/weatbag/tiles/n2w1.py +++ b/weatbag/tiles/n2w1.py @@ -6,8 +6,8 @@ class Tile: self.minutes = "40" def describe(self): - print("\nYou see two children who you notice now are a boy and a girl. " - "\nThey are playing and running around a raft.") + print("You see two children who you notice now are a boy and a girl.\n" + "They are playing and running around a raft.\n") if self.challenge_not_completed: self.challenge() else: -- cgit v1.3