python 练习题2

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 练习题2相关的知识,希望对你有一定的参考价值。

常用函数考察:

  dict(zip(('a','b','c','d','e'),(1,2,3,4,5)))
  range(10)   
  sorted([i for i in range(10)])
  { i:i*i for i in range(10) if i%/2==1 }
  [ [i,i*i] for i in range(10)]

函数参数考察:

(xl=[]):
   i (x):
      l.append(i*i)
   l
f()
f([])
f()
f()

闭包用法考察:

():
   [x: x*i i ()][m() m lamb()]


考察基本功。


以上是关于python 练习题2的主要内容,如果未能解决你的问题,请参考以下文章

Python3练习题系列(03)

spring练习,在Eclipse搭建的Spring开发环境中,使用set注入方式,实现对象的依赖关系,通过ClassPathXmlApplicationContext实体类获取Bean对象(代码片段

Python程序设计 实验2:Python基础练习

常用python日期日志获取内容循环的代码片段

Python函数练习题

python 有用的Python代码片段