! /usr/bin/python3 for i in range(1, 10): for j in range(1, i+1): print('{}{} ={} '.format(j, i, ji), end="") print() #换行