# Introduction In this lab, you need to define a function called `is_string_isogram()` that takes a word as input and returns `True` if the word is an isogram (no repeated letters), otherwise it returns `False`.
Click the virtual machine below to start practicing