diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-28 21:37:34 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-29 03:21:18 +0300 |
| commit | 59a26a62a0471015de68e3cadf43df52f781f7cb (patch) | |
| tree | 69f3855054dcde3b8473b886bedd26c279b542e0 | |
| parent | 4958709926e2eaf37b8311a86d42b32821703354 (diff) | |
move new line from begining to end on 2 strings/n2
| -rw-r--r-- | weatbag/tiles/n2w1.py | 4 |
1 files 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: |
