summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2011-04-10 01:18:33 +0300
committerYuval Adam <yuv.adm@gmail.com>2011-04-10 01:18:33 +0300
commit72c7ce3bd2b28ae5e15020b25244891abc40f81a (patch)
tree9deecfbd3762659338fcf95533cb047ee34982ba /templates
parentbd8b40e48c3be4e741b441c958fc601820d28d66 (diff)
updated python template
Diffstat (limited to 'templates')
-rw-r--r--templates/template.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/template.py b/templates/template.py
index 0771199..d54243d 100644
--- a/templates/template.py
+++ b/templates/template.py
@@ -5,7 +5,5 @@ t = int(f.readline().strip())
for i in xrange(t):
(n, k) = list(map(int, f.readline().strip().split(' ')))
- n = int(nk[0])
- k = int(nk[1])
o.write(s)