Learn Data Structures by Building the Merge Sort Algorithm - Step 11

Hello! @cojoMan

You’re almost there!

The code you’ve provided needs a few modifications…

  • loops too will have : like… while condition:

  • we need to use the pass keyword as the body of the loop

If you’re still stuck here is a hint:

Hint
while condition:
      pass

Happy Coding!

2 Likes