赞
踩
使用python进入python命令行
输入:print('hello world!')
然后命令行的下一行就会输出hello world!
提示:输入quit()退出python命令行
如果需要用到python3的内容,则需要使用python3进入命令行