当前位置:高等教育资讯网  >  中国高校课件下载中心  >  大学文库  >  浏览文档

南京大学:《计算机程序的构造和解释 Structure and Interpretation of Computer Programs》课程教学资源(PPT课件讲稿)08-Containers

资源类别:文库,文档格式:PDF,文档页数:87,文件大小:170.13KB,团购合买
点击下载完整版文档(PDF)

CS 61A Lecture 10

CS 61A Lecture 10

Announcements

Announcements

Lists ['Demo']

Lists ['Demo']

Working with Lists

Working with Lists 4

Working with Lists >>digits=[1,8,2,8] n

Working with Lists >>> digits = [1, 8, 2, 8] 4

Working with Lists >>digits=[1,8,2,8] >>dig1ts=[2//2,2+2+2+2,2,2*2*2] n

Working with Lists >>> digits = [1, 8, 2, 8] 4 >>> digits = [2//2, 2+2+2+2, 2, 2*2*2]

Working with Lists >digits=[1,8,2,8] >>dig1ts=[2//2,2+2+2+2,2,2*2*2] The number of elements

Working with Lists >>> digits = [1, 8, 2, 8] 4 The number of elements >>> digits = [2//2, 2+2+2+2, 2, 2*2*2]

Working with Lists >>digits=[1,8,2,8] >>dig1ts=[2//2,2+2+2+2,2,2*2*2] The number of elements >>>len(digits)

Working with Lists >>> digits = [1, 8, 2, 8] 4 The number of elements >>> len(digits) 4 >>> digits = [2//2, 2+2+2+2, 2, 2*2*2]

Working with Lists >digits=[1,8,2,8] >>dig1ts=[2//2,2+2+2+2,2,2*2*2] The number of elements >>>len(digits) 4 An element selected by its index

Working with Lists >>> digits = [1, 8, 2, 8] 4 The number of elements >>> len(digits) 4 An element selected by its index >>> digits = [2//2, 2+2+2+2, 2, 2*2*2]

Working with Lists >>digits=[1,8,2,8] >>dig1ts=[2//2,2+2+2+2,2,2*2*2] The number of elements >>>len(digits) An element selected by its index >>digits[3] 8

Working with Lists >>> digits = [1, 8, 2, 8] 4 The number of elements >>> len(digits) 4 An element selected by its index >>> digits[3] 8 >>> digits = [2//2, 2+2+2+2, 2, 2*2*2]

点击下载完整版文档(PDF)VIP每日下载上限内不扣除下载券和下载次数;
按次数下载不扣除下载券;
24小时内重复下载只扣除一次;
顺序:VIP每日次数-->可用次数-->下载券;
共87页,可试读20页,点击继续阅读 ↓↓
相关文档

关于我们|帮助中心|下载说明|相关软件|意见反馈|联系我们

Copyright © 2008-现在 cucdc.com 高等教育资讯网 版权所有