Going to college is not just to get a degree: it is to find out ___________________ and ____________________________________.
查看答案
Python代码执行前必须要编译成机器语言,对吗?
A. 对
B. 错
如何输出字符串"May the odds favor you"?
A. print("May the odds favor you")
B. input("May the odds favor you")
C. echo("May the odds favor you")
D. printf("May the odds favor you")
如何给一个变量赋值?
A. int a = 22.6
B. a = 22.6
C. integer a = 22.6
D. 以上都不对
如何添加单行注释?
A. /*This is comment*/
B. !!This is comment
C. //This is comment
D.
E. This is comment