Powers

Create a Python program that prints for all numbers from 1 to 6:

Separate them with a tab.

Example

Output

1  1  1  
2  4  8  
3  9  27
4  16  64  
5  25  125
6  36  216