文件名称:开始Python
文件大小:2KB
文件格式:ZIP
更新时间:2024-03-23 04:53:09
开始Python def GuGu ( n ): result = [] i = 1 while i < 10 : result . append ( n * i ) i = i + 1 # result.append(n*1) # result.append(n*2) # result.append(n*3) # result.append(n*4) # result.append(n*5) # result.append(n*6) # result.append(n*7) # result.append(n*8) # result.append(n*9) return result n = int ( input ( "구구단 몇단
【文件预览】:
Start-Python-main
----.gitignore(2KB)
----README.md(449B)