Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
jackfrued
Edit Copy
Star
GitHub Repository:
jackfrued/Python-100-Days
Path:
blob/master/公开课/年薪50W+的Python程序员如何写代码/code/Python/opencourse/part01/example02.py
3
0
7
8
views
1
print
(
sum
(
range
(
1
,
101
)
)
)
2
3