We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254f67f commit 5adf599Copy full SHA for 5adf599
README.md
@@ -8,11 +8,11 @@ A simple test to show that a web developer knows how to use basic tools and unde
8
9
Please fork this repository, clone it down, and then when you finish a test commit/push your code to Github and submit a pull request.
10
11
-Write unit tests to prove that the function works.
+Write unit tests!
12
13
### Part 1: Python Basics
14
15
-## String Reverse
+#### String Reverse
16
17
1. Create a function called `reverse()` that reverses a string.
18
1. Add your solution to the "part1/reverse-string" folder in a new folder called "reverse_yourlastname".
0 commit comments