Код: Выделить всё
b=5
return b
Код: Выделить всё
import os
c= os.system("test.py")
print (c)
Подробнее здесь: https://stackoverflow.com/questions/331 ... hon-script
Код: Выделить всё
b=5
return b
Код: Выделить всё
import os
c= os.system("test.py")
print (c)