Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
jackfrued
GitHub Repository: jackfrued/python-100-days
Path: blob/master/番外篇/code/test02.py
2372 views
1
print(sum(range(1, 101)))
2