首页
编程
java
php
前端
首页
编程
java
php
前端
求python实验过程
import math n = int(input("输入正整数n:")) i = 1 while i <= n: print(math.log10(i)) i+=1
点击展开全文