From d293c5fabf7d4c22faad1728459e8f59c694d7df Mon Sep 17 00:00:00 2001 From: Chris Ball Date: Sat, 08 Dec 2007 22:08:58 +0000 Subject: Remove "apples", consolidate times2/times1. --- (limited to 'data') diff --git a/data/math/apples b/data/math/apples deleted file mode 100644 index ee726c7..0000000 --- a/data/math/apples +++ /dev/null @@ -1,15 +0,0 @@ -print "Let's do math!" - -print "On Monday I picked 22 apples. On Tuesday I picked 12." - -print "Now I have: ", 22 + 12 - -print "My brother says he picked twice as many apples last week." - -print "This means he picked: ", (22 + 12) * 2 - -print "I have 3 friends I would like to give apples." - -print "One third of my apples is about: ", (22 + 12) / 3 - -print "Or, more exactly: ", (22.0 + 12.0) / 3.0 diff --git a/data/math/times2 b/data/math/times index b764ac0..b764ac0 100644 --- a/data/math/times2 +++ b/data/math/times diff --git a/data/math/times1 b/data/math/times1 deleted file mode 100644 index 9355f1f..0000000 --- a/data/math/times1 +++ /dev/null @@ -1,2 +0,0 @@ -for i in range(1,13): - print i, "x 4 =", (i*4) -- cgit v0.9.1