单项选择题
在Python中,如何获取字符串的子串?()
A.str[start:end]B.str.sub(start,end)C.str.slice(start,end)D.str.substring(start,end)
单项选择题 在Python中,如何使用三元运算符?()
单项选择题 在Python中,如何判断一个变量是否为None?()
单项选择题 在Python中,如何合并两个字典?()