You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "testEnglish.py", line 11, in <module>
textfile.write(text)
TypeError: write() argument must be str, not coroutine
print则会显示内存地址,而不是文本
不管是在testEnglish.py还是我自己写的脚本中都有这个问题
多线程小白不知道怎么处理
提前谢谢
The text was updated successfully, but these errors were encountered: