Skip to content

Commit

Permalink
Fix Python syntax in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
Stigjb authored and BethanyG committed Mar 11, 2022
1 parent cfb620d commit 358c331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/black-jack/.docs/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Remember: the value of the hand with the ace needs to be as high as possible _wi
**Hint**: if we already have an ace in hand then its value would be 11.

```python
>>> value_of_ace('6', `K`)
>>> value_of_ace('6', 'K')
1

>>> value_of_ace('7', '3')
Expand Down

0 comments on commit 358c331

Please sign in to comment.