Skip to content

Commit 8608b55

Browse files
authored
pythagorean-triplets: Removed unnecessary functions from student file (#2282)
1 parent 604bb87 commit 8608b55

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
11
def triplets_with_sum(number):
22
pass
3-
4-
5-
def triplets_in_range(start, end):
6-
pass
7-
8-
9-
def is_triplet(triplet):
10-
pass

0 commit comments

Comments
 (0)