Skip to content
Snippets Groups Projects
Commit 8e57f0a5 authored by rejenver's avatar rejenver
Browse files

Upload New File

parent 9d78894c
Branches
No related tags found
No related merge requests found
a = [1,2,3,4,5,6, ]
sum = 0.0
sq = 0.5
for i in range(2, 100, 1) :
sum = sum + 1.0 / i
print(i, sum)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment