DeTechn Blog

Python一行代码实现1-100之和

count = sum(range(0,101))
print(count)

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »