print函数默认换行,但是它也是由参数可以设定的,默认状态下,print('')和print('',end='\n')是等效的,所以最后一个外循环中的print(‘’)的引号是用来换行的。
只是做换行用。