Skip to content

Commit 650a597

Browse files
chel-ouBethanyG
authored andcommitted
Change shell output of task 7 to show method output
1 parent c883953 commit 650a597

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

exercises/concept/card-games/.docs/instructions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,9 @@ Implement a function `maybe_double_last(<hand>)` that takes a hand and checks if
122122
```python
123123
>>> hand = [5, 9, 11]
124124
>>> maybe_double_last(hand)
125-
126-
>>> hand
127125
[5, 9, 22]
128126

129127
>>> hand = [5, 9, 10]
130128
>>> maybe_double_last(hand)
131-
132-
>>> hand
133129
[5, 9, 10]
134130
```

0 commit comments

Comments
 (0)