首页->Python语言基础
(A)tu_ one= tuple(‘1’,‘2’)
(B)tu_ two= (‘q’)
(C)tu_three = (‘on’,)
(D)tu_ four = tuple(3, 5)