Skip to content

Commit fbc63ce

Browse files
committed
added solution
1 parent 486b0a3 commit fbc63ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rapid = lambda myStr: myStr[:-1]
2+
3+
4+
# From this line above, plese do not change code below
5+
print(rapid("bob")) #should print bo

0 commit comments

Comments
 (0)