Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorChris Ball <cjb@pullcord.laptop.org>2007-12-26 21:09:34 (GMT)
committer Chris Ball <cjb@pullcord.laptop.org>2007-12-26 21:09:34 (GMT)
commit026b3503a376bf9d0678e1c3a99d6732501e3d0d (patch)
tree4d9ef2e250a1a552b6d0b1bbce8c06cbf540fa02 /data
parent5e74ed146c468d490543851de32e8b101cd072bb (diff)
Remove extra space in "guess".
Diffstat (limited to 'data')
-rw-r--r--data/math/guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/math/guess b/data/math/guess
index 3fa8aea..68c0760 100644
--- a/data/math/guess
+++ b/data/math/guess
@@ -15,4 +15,4 @@ while (N!=R):
pippy.console.black()
N = input("Enter a number: ")
i=i+1
-print "You got it in ", i, "tries"
+print "You got it in", i, "tries"