We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486b0a3 commit fbc63ceCopy full SHA for fbc63ce
exercises/07-lambda-function-two/solution.hide.py
@@ -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