UNPKG

65 BPlain TextView Raw
1#!/usr/bin/env python
2i = 0;
3while True:
4 i += 1
5 print(i)