python在vscode 报错 syntax error near unexpected token `(' wyq_l 2020-10-13 1,352 阅读1分钟 问题描述:Python执行报错 syntax error near unexpected token `(' 解决方案: 在.py文件开头加上#!/usr/bin/env python 问题解决