Skip to content
Snippets Groups Projects
Commit 40c302c5 authored by marc's avatar marc
Browse files

Adding one of the exercises

parent 2438a631
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python
i = 0
for i in range(100):
print "({0},{1})".format(i,i)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment