Jelajahi Sumber

Style. Correction code

Sergienko Anton 7 tahun lalu
induk
melakukan
6a62320eba
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      src/program_efremova.py

+ 0 - 2
src/program_efremova.py

@@ -187,7 +187,6 @@ def print_list_of_words(key, answer, invert=False):
                 if entry[key] not in answer:
                     print_word()
                     count += 1
-
     print('Слов: {}'.format(count))
 
 
@@ -199,7 +198,6 @@ def print_list_of_words_capital():
         if word != word.lower():
             print(word)
             count += 1
-
     print('Слов: {}'.format(count))