# Introduction In this lab, you are required to write a function called `split_into_clusters()` that takes a string as input and splits it into clusters of balanced parentheses, returning them as a list.
Click the virtual machine below to start practicing