单项选择题
A.split("")B.join("")C.replace("","")D.strip("")
A.可变的B.不可变的C.部分可变的D.以上都不对
A.int("123")B.float("123")C.str("123")D.list("123")