我的第一个关于python的项目。 0x00-python-hello_world 0. Run Python file 0-run - Shell script to run a Python script, stored as a file as run as an enviroment variable. main.py #!/usr/bin/python3 print("Holberton School") $ export PYFILE=main.py 1. Run inline 1-run_inline - Shell script to run python code stored as an enviroment variable. $ export PYCODE='print("Holberton School: {}".for