exec

from Default Module

exec.pylo()

execute str as pylo

exec.pylo("show('Hello')")

exec.py()

execute str as python

exec.py("print('Hello')")

Last updated