python常見筆試題

1. python

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

答案: [ ]code

相關文章
相關標籤/搜索