pashmak

run python code

you can run python code like eval with python command:

$code = 'print("hello world from python")'
python($code)

output:

hello world from python