Jan-01-2022, 05:06 AM
hi, sorry for my bad English,
i tried to combine this multi-line (exclude the Import) into one-line,
I cannot find the answer,
maybe any user in here can help, thank you
i tried to combine this multi-line (exclude the Import) into one-line,
import os
os.system("title installing numpy")
os.system("pip install numpy")
os.system("timeout 10")but after hours google, because I did not find a proper keyword,I cannot find the answer,
maybe any user in here can help, thank you
