def parent(): # ?????? threading._start_new_thread(action, (3,)) #j??????? threading._start_new_thread((lambda: action(2)), ()) obj = Power(1) threading._start_new_thread(obj.action, ())