L = range(1, 101)
L[:10]
t = ()
x = 1
if x < 34:
y = x * 3
t.append(y)
x = x + 1
return t
L = [4:50][::5]
print L[???]
print t[???]
Ranbo_qiu
相关分类