Skip to content

Commit

Permalink
testing!
Browse files Browse the repository at this point in the history
  • Loading branch information
bmdelaune committed Feb 28, 2013
1 parent 35866cf commit e30ffc9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
print "Hello, Brady. I have no idea what I'm doing! --Bradley"

a = 0
while a < 10:
a = a + 1
print a

print "but I can count to %i!" % (a)

0 comments on commit e30ffc9

Please sign in to comment.