python常见笔试题

1. python

a_list = ['a', 'b', 'c', 'd', 'e']
print a_list[10:]

答案: [ ]code

相关文章
相关标签/搜索