Skip to content

Commit 0280a20

Browse files
authored
Update solution.hide.py
1 parent a18d892 commit 0280a20

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
rapid = lambda myStr: myStr[:-1]
22

3-
4-
# From this line above, plese do not change code below
5-
print(rapid("bob")) #should print bo
3+
# Your code above, please do not change code below
4+
print(rapid("bob")) # Should print "bo"

0 commit comments

Comments
 (0)