Split String into Identical Clusters

# Introduction In this lab, we need to implement a function called `split_string_into_clusters()` that takes a string as input and returns a list of strings where each string consists of a cluster of identical characters in the original input string.

|60 : 00

Click the virtual machine below to start practicing