Check Duplicate Letters in Words

# Introduction In this lab, you are required to write a program called `check_duplicate_letters()` that takes a sentence as input and checks if any individual word in the sentence contains duplicate letters. The function should return `True` if any word contains duplicate letters, and `False` otherwise.

|60 : 00

Click the virtual machine below to start practicing