Article Outline
Python example 'python-example-45'
python-example-45
Python example: python-example-45
#!/usr/bin/python
# -*- coding: UTF-8 -*-
tmp = 0
for i in range(1,101):
tmp += i
print('The sum is %d' % tmp)
Useful links
- Learn Python: https://pythonbasics.org/
- More Python: https://pythonprogramminglanguage.com