Skip to content

Commit a7ecfcb

Browse files
authored
Update README.md
1 parent 7c3178a commit a7ecfcb

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 @@
1-
# `31` Sum eight digit
1+
# `31` All digits even
22

33
## 📝 Instructions:
44

5-
1. Define a function named `sum_eight_digit()` to identify and print all numbers between 1000 and 3000 (inclusive) where each digit is an even number. Display the resulting numbers in a comma-separated sequence on a single line.
5+
1. Define a function named `all_digits_even()` to identify and print all numbers between 1000 and 3000 (inclusive) where each digit is an even number. Display the resulting numbers in a comma-separated sequence on a single line.

0 commit comments

Comments
 (0)