编程有趣(编程有趣的数字图形1,读入一个整数n) class Point row=0 col=0 def __init__self, row, col selfrow=row selfcol=col def copyself return Pointrow=selfrow, col=selfcol#初始框架import pygameimpor...