On Linux, the shebang line is #! /usr/bin/python3 . You will be able to run Python scripts from IDLE without the shebang line, but the line is needed to run ...
確定! 回上一頁