Skip to content

Commit fb4eac5

Browse files
authored
06 completed
1 parent d7f1481 commit fb4eac5

File tree

2 files changed

+6
-1
lines changed
  • .learn/resets/06-lambda-function-two
  • exercises/06-lambda-function-two

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
3+
4+
# Your code above, please do not change code below
5+
print(rapid("bob")) # Should print "bo"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22

3-
3+
rapid = lambda string: string[:-1]
44
# Your code above, please do not change code below
55
print(rapid("bob")) # Should print "bo"

0 commit comments

Comments
 (0)