Checking for Isograms

# 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`.

|60 : 00

Click the virtual machine below to start practicing