Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/python/function
diff options
context:
space:
mode:
Diffstat (limited to 'data/python/function')
-rw-r--r--data/python/function2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/python/function b/data/python/function
index 18e8e91..2149c67 100644
--- a/data/python/function
+++ b/data/python/function
@@ -1,4 +1,4 @@
-def square(x):
+def square(x):
print x * x
square(3)