You're using the wrong shebang. According to this StackOverflow answer: Correct usage for Python 3 scripts is: #!/usr/bin/env python3.
確定! 回上一頁