晋江文学城
下一章   目录  设置

1、第 1 章 hello ...

  •   my_foods = [\'pizza\',\'falafel\',\'carrot cake\',\'ice cream\']
      print(\"The first three items in the list are: \")
      aa = my_foods[0:3]
      print(aa)
      print(\"Three items from the middle of the list are: \")
      bb = my_foods[1:4]
      print(bb)
      print(\"The last three items in the list are: \")
      cc = my_foods[1:]
      print(cc)

  • 昵称:
  • 评分: 2分|鲜花一捧 1分|一朵小花 0分|交流灌水 0分|别字捉虫 -1分|一块小砖 -2分|砖头一堆
  • 内容:
  •             注:1.评论时输入br/即可换行分段。
  •                 2.发布负分评论消耗的月石并不会给作者。
  •             查看评论规则>>