#738. 字符串·判断训练2(2)
字符串·判断训练2(2)
字符串·判断训练2(2)
第 1 题(判断)
s="aaaa";print(s.count("aa"))输出 4。()
{{ select(1) }}
- 正确
- 错误
第 2 题(判断)
字符串可转 list,不能转 tuple。()
{{ select(2) }}
- 正确
- 错误
s="aaaa";print(s.count("aa"))输出 4。()
{{ select(1) }}
字符串可转 list,不能转 tuple。()
{{ select(2) }}