Skip to content

Commit 00f6e17

Browse files
authored
Update solution.hide.py
1 parent 232ebfe commit 00f6e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Your code here
2-
def sum_eight_digit():
2+
def all_digits_even():
33
values = []
44
for i in range(1000, 3001):
55
s = str(i)
@@ -8,4 +8,4 @@ def sum_eight_digit():
88

99
return ",".join(values)
1010

11-
print(sum_eight_digit())
11+
print(all_digits_even())

0 commit comments

Comments
 (0)