我想得到这个:
Input text: "???????? ?????"
Output text: "Russian"
Input text: "??"
Output text: "Chinese"
Input text: "????"
Output text: "Japanese"
Input text: "????????????"
Output text: "Arabic"
Run Code Online (Sandbox Code Playgroud)
我怎么能在python中做到这一点?谢谢.