A.1 B.3 C.6 D.9
下列for語句中,在in后使用不正確的是()
A.set(’str’) B.(1) C.[1,2,3,4,5] D.range(0,10,5)
A.1+’a’ B.[1,2,3]+[4,5,6] C.3*’abc’ D.-10%-3