执行Python语言的脚本文件命令为:
A: File→Save As...
B: Run→Run Module
C: Run→Python Shell
D: Shell→Debug
A: File→Save As...
B: Run→Run Module
C: Run→Python Shell
D: Shell→Debug
举一反三
- 在IDLE环境中执行Python命令的方式是( ) A: execute B: do C: 输入Python命令后,按【Enter】键。 D: run
- 下列关于shell脚本程序,描述错误的是( )。 A: shell脚本需要编译、链接及生成可执行文件 B: shell脚本程序是shell命令语句的集合 C: 与C语言类似,shell脚本的执行顺序也是从上而下、顺序执行的 D: 执行shell程序时,shell脚本文件需要具有可执行权限
- 打开Windows命令行窗口后,输入( )命令,可检测是否已安装Python。 A: python B: chk python C: use python D: run python
- 下列有关shell脚本描述不正确的是( ) A: 命令的堆积也可以算得上shell脚本 B: 执行shell脚本的文件有多种方法。 C: 刚创建的shell脚本都有可执行的权限。 D: shell脚本的执行可以用bash命令。
- 调试脚本的选用哪个命令最佳() A: File->script->Binding B: File->script->Record C: File->script->Debug D: File->script->Run