Код: Выделить всё
typed_words = ['T', "y", "p", "e", "", "t", "h", "i", "s"]
target_text = "Type this"
Как учесть особый случай ''/
Код: Выделить всё
' '
Подробнее здесь: https://stackoverflow.com/questions/723 ... nd-strings
Код: Выделить всё
typed_words = ['T', "y", "p", "e", "", "t", "h", "i", "s"]
target_text = "Type this"
Код: Выделить всё
' '