Check if String is Identical

# Introduction In this lab, you are tasked with writing a Python function, `is_string_identical()`, that takes a string as input and returns `True` if all characters in the string are identical, and `False` otherwise.

|60 : 00

Click the virtual machine below to start practicing