A. Python是一门简单直观的语言且功能强大 B. Python是一门开源语言 C. Python易于理解 D. Python不适合短期开发,适合长期复杂的开发
A. 正确 B. 错误
A. 解释型语言需要解释器将源代码解释成机器语言。 B. 编译型语言需要编译器将源代码翻译成可执行文件 C. 解释型语言的流程是解释一行运行一行 D. 解释型语言的运行速度比编译型语言快,跨平台能力也好
A. .py B. .java C. .html D. .txt
A. print(hello) B. print hello C. print(“hello”) D. print()hello
A. ! B. @ C. D. $
A. MyGod B. 5MyGod C. _MyGod_ D. MyGod5
A. type B. elif C. def D. import