By the time the course ends_________, a lot about the culture of this country.
A. we'll learn
B. we are learning
C. we have learnt
D. we'll have learnt
第1题:
A) environment
B) civilization
C) community
D) culture
第2题:
第3题:
能获取系统当前时间分钟数的方法是以下哪个?
A.time.strftime(“% m”, time.localtime())
B.time.strftime(“%M”, time.localtime())
C.time.strftime(“%t”, time.localtime())
D.time.strftime(“%T”, time.localtime())
第4题:
第5题:
一次性文化 __________ culture
第6题:
在一个课程注册系统中,定义了类CourseSchedule和类Course,并在类CourseSchedule中定义了方法add(c:Course)和方法remove(c:Course),则类CourseSchedule和类Course之间的关系是()
A.关联
B.依赖
C.泛化
D.实现