mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
chore(curriculum): Python Merge Sort Algorithm add quotes to strings (#55435)
This commit is contained in:
parent
d37fac68ab
commit
4cde593f1c
@ -7,7 +7,7 @@ dashedName: step-30
|
||||
|
||||
# --description--
|
||||
|
||||
Use the `print()` function to print the string `Unsorted array:`.
|
||||
Use the `print()` function to print the string `'Unsorted array:'`.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ dashedName: step-33
|
||||
|
||||
# --description--
|
||||
|
||||
At this point, the `numbers` list has been sorted. Call the `print` function to print string `Sorted array: ` and the sorted list.
|
||||
At this point, the `numbers` list has been sorted. Call the `print` function to print string `'Sorted array: '` and the sorted list.
|
||||
|
||||
To do that, concatenate `'Sorted array: '` and `str(numbers)` in the `print()` call.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user