t=(1,2,3) print(t+t,t*2)
(1, 2, 3, 1, 2, 3) (1, 2, 3, 1, 2, 3)
t=(1,2,3) print(len(t))
CC-BY-SA 3.0 · Powered by MediaWiki
개인정보처리방침 · ABOUT