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. 错误
A. ! B. @ C. D. $