Skip to content

Commit 1aa7157

Browse files
morrmecmccandless
authored andcommitted
rearrange functions to match instructions
Fixes #1850
1 parent 516658a commit 1aa7157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/concept/strings/strings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
def change_log_level():
1+
def extract_message():
22
pass
33

4-
def extract_message():
4+
def change_log_level():
55
pass
66

77
def reformat():

0 commit comments

Comments
 (0)