评测信息

运行ID: 57816
File "src.py", line 4 new_word = chr(ord(word[0])-32) .join([chr(ord(c) 32) for c in word[1:]]) ^ SyntaxError: invalid syntax