Skip to content

Commit f1720ae

Browse files
committed
Update 050-python-basics-5.md
1 parent 79e05f4 commit f1720ae

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

050-python-basics-5.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ Strings are very similar to lists...
1313
## Solution
1414
Python has a handy built in sort function! And, the indexes of strings can be referred to like the indexes in arrays or lists.
1515

16-
```python
17-
a = args[0]
18-
a.sort(reverse = True)
19-
print a[args[1]]
20-
```
16+
2117

2218
## Flag
2319
`its_string_slicing_not_pi(e)_slicing`

0 commit comments

Comments
 (0)