2013年9月25日 ... 用Python编写九九乘法表考虑print自动换行问题. 编写了一个简单的小程序九九乘法 表,代码如下:. for i in range(1,10): for j in range(1,i+1):
www.google.com.tw