A.int("123")B.float("123")C.str("123")D.list("123")
A.使用單引號’’B.使用雙引號""C.使用三重引號’’’’’’D.使用反斜杠\
A.strip()B.split()C.join()D.replace()