#!/usr/bin/env python3
# Write a ruler to simplify column dependent tasks.
print('         1         2         3         4         5         6         7         8')
print('12345678901234567890123456789012345678901234567890123456789012345678901234567890')

