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

2020-01-31T11:21:17
count = sum(range(0,101))
print(count)
当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »