Closed moorejee closed 5 years ago
resp[2] is source language.
if resp[2] == target_language:
...
When the source language is equal to the target language, the source language is translated into an alternate language
resp[2] is source language.
if resp[2] == target_language: ...
When the source language is equal to the target language, the source language is translated into an alternate language
Well, thanks for your explanation.
Hi xinebf, It is very grateful for your code. But I have a small question about the line 84 code "if resp[2] == target_language", I think the sign of equality should be the sign of inequality.