【单选题】14 下列命题中为假命题的是
B.
互斥的两个事件一定不是相互独立的,同样互相独立的两个事件也一定不是互斥的
【简答题】import re str1 = input("请输入密码") pattern1 = "________" print(re.findall(pattern1,str1)) 请补全以上代码,使输出结果为匹配密码中的所有小写字母(列表元素为单个字符)
【单选题】Legend has it that the origin of the Dragon Boat Festival is to ________ the soul of Qu Yuan. A. remember B. remind C. recover D . recall
【简答题】import re pattern1 = 'a.' str1 = 'what a\nbeautiful cat ' print(re.findall(__________________)) 请补全以上代码,使运行结果为:[at,a\n,au,at]
【多选题】import re str1 = input('请输入任意字符') pattern1 = 'a.c' print(re.search(pattern1,str1)) 用户输入哪些字符串得到的结果不是None
【单选题】Legend has it that Nuwa cut off the legs of a gigantic __________ to support the four corners of the sky.
【简答题】import re str1 = input("请输入密码") pattern1 = "________" print(re.findall(pattern1,str1)) 请补全以上代码,使输出结果为匹配密码中的所有数字(列表元素为单个字符)
【单选题】Legend has it that ________ taught people how to make fires by drilling wood.
【单选题】以下关于同步、互斥与通信机制的描述中,错误的是()
A.
通信指通信双方不需要指出消息的来源或去向,而通过中间机制来通信。
B.
息队列通信中,将数据从发送任务的空间完全拷贝到接收任务的空间,具有较好的时间及空间性能;
D.
无队列,即多次发送同一事件,在未经过任何处理的情况下,其效果等同于只发送一次。
【单选题】Legend has it that ________ taught people how to make fires by drilling wood.