PythonFile <stdin>非语法错误
-
解决Python 出现File “<stdin>“, line 1非语法错误的问题
在VSCode写了一个很简单的程序: str1 = \'python is good\' print(str1.replace(\'Python\', \'python\'))[详细]
2023-03-14 09:40 分类:开发 Check if a thread exists by it handle
When I create a thread I s开发者_如何学Cave it handle in a list. After a time I want to check which of them still exists.[详细]
2022-12-28 15:03 分类:问答