AssertionError: group argument must be None for now
运行多线程的python程序时,遇见问题:
AssertionError: group argument must be None for now经过调试,发现是代码拼写错误:
原代码:init__误写为__int
AssertionError: group argument must be None for now修改后:
AssertionError: group argument must be None for now
写代码细心和规范很重要哦!

相关文章: