为什么我引用 import pandas as pd后,运行程序 这一句有invalid syntax 错误呢(头痛)

img

注释//换成#号。
python中的注释是#号,不是//

img

在python中注释用#不是用//,将//改成#就行了