首页题库练习题目详情
Python程序设计单选题中等

安装Python3后,如何在命令行中验证是否成功安装?

A运行python --version
B运行python3 --version
C运行python2 --version
D运行pip --version