Skip to content

Commit

Permalink
Started for.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
marios-zindilis committed Oct 4, 2011
1 parent 9541756 commit 3307435
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions for.py
@@ -0,0 +1,8 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Filename: for.py

for i in range(1, 5):
print i
else:
print 'Ο βρόχος for ολοκληρώθηκε.'

0 comments on commit 3307435

Please sign in to comment.