a=[1,2,3,4,5,6]c1=a[:3]print(c1)
查看答案
a=[1,2,3,4,5,6]c=a[0:5:3]print(c)
a=[1,2,3,4,5,6]d=a[5:0:-1]print(d)
a=[1,2,3,4,5,6]d1=a[::-1]print(d1)
Listen to Conversation 1, and fill in the blanks. The conversation will be spoken twice.[音频]M: What do you think of Henry, Joe?W: I1very much.M: Why?W: He studies so hard just like2.M: I also think so. He’s always studying even3.W: I think a good student should study hard and not study4.