File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
2
Problem Statement:
3
3
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.
5
5
Find the sum of all the multiples of 3 or 5 below N.
6
6
"""
7
7
Original file line number Diff line number Diff line change 1
1
"""
2
2
Problem Statement:
3
3
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.
5
5
Find the sum of all the multiples of 3 or 5 below N.
6
6
"""
7
7
Original file line number Diff line number Diff line change 1
1
"""
2
2
Problem Statement:
3
3
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.
5
5
Find the sum of all the multiples of 3 or 5 below N.
6
6
"""
7
7
Original file line number Diff line number Diff line change 1
1
"""
2
2
Problem Statement:
3
3
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.
5
5
Find the sum of all the multiples of 3 or 5 below N.
6
6
"""
7
7
Original file line number Diff line number Diff line change 1
1
"""
2
2
Problem Statement:
3
3
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.
5
5
Find the sum of all the multiples of 3 or 5 below N.
6
6
"""
7
7
Original file line number Diff line number Diff line change 1
1
"""
2
2
Problem Statement:
3
3
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.
5
5
Find the sum of all the multiples of 3 or 5 below N.
6
6
"""
7
7
Original file line number Diff line number Diff line change 1
1
"""
2
2
Problem Statement:
3
3
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.
5
5
Find the sum of all the multiples of 3 or 5 below N.
6
6
"""
7
7
You can’t perform that action at this time.
0 commit comments