I would like to use Python expressions for the values, as a way to implement ```bash OS_NAME=$(python -c "import os; print(os.name)") ```
I would like to use Python expressions for the values, as a way to implement
OS_NAME=$(python -c "import os; print(os.name)")