Skip to content

Commit 87cc78b

Browse files
committed
clean up module docstr
1 parent f3ae6ab commit 87cc78b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Diff for: project_euler/problem_01/sol1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Problem Statement:
33
If we list all the natural numbers below 10 that are multiples of 3 or 5,
4-
we get 3,5,6 and 9. The sum of these multiples is 23.
4+
we get 3, 5, 6 and 9. The sum of these multiples is 23.
55
Find the sum of all the multiples of 3 or 5 below N.
66
"""
77

Diff for: project_euler/problem_01/sol2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Problem Statement:
33
If we list all the natural numbers below 10 that are multiples of 3 or 5,
4-
we get 3,5,6 and 9. The sum of these multiples is 23.
4+
we get 3, 5, 6 and 9. The sum of these multiples is 23.
55
Find the sum of all the multiples of 3 or 5 below N.
66
"""
77

Diff for: project_euler/problem_01/sol3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Problem Statement:
33
If we list all the natural numbers below 10 that are multiples of 3 or 5,
4-
we get 3,5,6 and 9. The sum of these multiples is 23.
4+
we get 3, 5, 6 and 9. The sum of these multiples is 23.
55
Find the sum of all the multiples of 3 or 5 below N.
66
"""
77

Diff for: project_euler/problem_01/sol4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Problem Statement:
33
If we list all the natural numbers below 10 that are multiples of 3 or 5,
4-
we get 3,5,6 and 9. The sum of these multiples is 23.
4+
we get 3, 5, 6 and 9. The sum of these multiples is 23.
55
Find the sum of all the multiples of 3 or 5 below N.
66
"""
77

Diff for: project_euler/problem_01/sol5.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Problem Statement:
33
If we list all the natural numbers below 10 that are multiples of 3 or 5,
4-
we get 3,5,6 and 9. The sum of these multiples is 23.
4+
we get 3, 5, 6 and 9. The sum of these multiples is 23.
55
Find the sum of all the multiples of 3 or 5 below N.
66
"""
77

Diff for: project_euler/problem_01/sol6.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Problem Statement:
33
If we list all the natural numbers below 10 that are multiples of 3 or 5,
4-
we get 3,5,6 and 9. The sum of these multiples is 23.
4+
we get 3, 5, 6 and 9. The sum of these multiples is 23.
55
Find the sum of all the multiples of 3 or 5 below N.
66
"""
77

Diff for: project_euler/problem_01/sol7.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Problem Statement:
33
If we list all the natural numbers below 10 that are multiples of 3 or 5,
4-
we get 3,5,6 and 9. The sum of these multiples is 23.
4+
we get 3, 5, 6 and 9. The sum of these multiples is 23.
55
Find the sum of all the multiples of 3 or 5 below N.
66
"""
77

0 commit comments

Comments
 (0)