UNPKG

97 BPlain TextView Raw
1#!/usr/bin/env python
2import sys
3
4for i in range(1, int(sys.argv[1]) + 1):
5 print i, "X" * 78