以下关于Python 的控制结构,错误的是( )
每个if 条件后要使用冒号(:)
在Python 中,没有 switch-case 语句
Python 中的 pass 是空语句,一般用作占位语句
elif 可以单独使用