(填空题)
语句print(re.match(’abc’,’defg’))输出结果为()。
正确答案
答案解析
略
相似试题
(填空题)
代码print(re.match(’^[a-zA-Z]+$’,’abcDEFG000’))的输出结果为()。
(单选题)
语句Print Sgn(Abs(-6^2))的输出结果是()
(单选题)
语句Print Format("HELLO","
(单选题)
语句Print"5*20"输出的结果是()
(单选题)
语句Print"Theansweris:";20/4-2的结果为()
(单选题)
语句Print5*5\5/5的输出结果是()
(单选题)
语句Print(a=2)And(b=-2)的输出结果是()
(单选题)
语句Print“Int(-13.2)=”;Int(-13.2)的输出结果为()
(单选题)
在立即窗口中要显示一值,除了用Print语句外还有()。