一. 1、B 2、A 3、B 4、AC 5、C 6、D 7、D 8、B 9、C 10、D
二. 1、× 2、√ 3、√ 4、× 5、√
三. 1、str;int 2、xyz 3、初值;结束值;步长 4、缩进;Tab;4;space(空格)
四.
1、
a = int(input()) if a%3 == 0: print(1) if a%2 == 0: print(2)
2、
a = int(input()) if a<0: print(-a) if a>=0: print(a)
3、
a = int(input()) b = int(input()) if a>b: print(a) if b>a: print(b)
五.
import random a = random.randint(1,10) b = random.randint(1,10) c = random.uniform(1,10) c = (round(c,2)) print(a+b-c)
好啦,我们这次的测试算是圆满成功喽,如果有什么疑问或建议的话可以在评论区留言或者
发到我的邮箱:2379873838@qq.com
我们下次开始新的单元了,第一单元只是铺垫,后面会有更大的挑战等着dalao们,拭目以待哟~886!
原文:https://www.cnblogs.com/tongxc/p/13869787.html