单项选择题
下面代码的输出结果是
str1 = "mysqlsqlserverPostgresQL"
str2 = "sql"
ncount = str1.count(str2)
print(ncount) A.
2 B.
5 C.
4 D.
3
点击查看答案&解析
A.
对
B.
错