I have tow functions I want to run in same time, put this is returning none none
from threading import Thread def func1(): return(\'Working\') def func2