Skip to content

Commit

Permalink
playing around with int in Python
Browse files Browse the repository at this point in the history
  • Loading branch information
silveira committed Dec 29, 2011
1 parent 96ab49c commit 7492c8e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/misc/types.py
@@ -0,0 +1,4 @@
i=0
while True:
i += 1000
print i, i.__class__

0 comments on commit 7492c8e

Please sign in to comment.