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