arshjaved's picture
normal Model Upload (teja)
f9f1a35 verified
#!/usr/bin/env python
i = 0;
while True:
i += 1
print(i)