Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/math/times
diff options
context:
space:
mode:
Diffstat (limited to 'data/math/times')
-rw-r--r--data/math/times3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/math/times b/data/math/times
new file mode 100644
index 0000000..b764ac0
--- /dev/null
+++ b/data/math/times
@@ -0,0 +1,3 @@
+number = input("Which times table? ")
+for i in range(1,13):
+ print i, "x", number, "=", i*number