📜  5.2.5:从 10 数到 100 ... - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:56.783000             🧑  作者: Mango

代码示例2
for i in range(1,11):
    print(10*i)