+ 1
which liberaries i can import it in sololearn ?
i cauldn't import any linerary in sololeran coding compilier ... okey...there are a solution ?
2 odpowiedzi
+ 2
you can import inbulit libraries in sololearn such as os, re
for external libraries use this
import os
os.system("pip install external_library")