這報錯沒看明白
Traceback (most recent call last):
?File "index.py", line 4, in <module>
? ?床前明月光,'''
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
Traceback (most recent call last):
?File "index.py", line 4, in <module>
? ?床前明月光,'''
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128)
2017-10-08
舉報
2017-10-08
可能代碼打進中文字符了吧
2017-10-08
ASCII無法譯出代碼的0-2行中的字符,序數超出了128的范圍。