oflakne26 commited on
Commit
0cdd0aa
1 Parent(s): 680bdc2

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -122,6 +122,8 @@ async def check_word(data: WordCheckData) -> Dict[str, Any]:
122
  found = True
123
  break # Exit loop if word is found
124
 
 
 
125
  result = {
126
  "found": found
127
  }
 
122
  found = True
123
  break # Exit loop if word is found
124
 
125
+ print("Word `"+word+"` in sentence `"+input_string+"`.", found)
126
+
127
  result = {
128
  "found": found
129
  }