首页 > 编程语言 > 详细

python_codea_412

时间:2015-04-14 09:52:53      阅读:240      评论:0      收藏:0      [点我收藏+]
  1. python :‘’and “”any differences?
  2. python 可以类似 matlab 用1:n索引数组 arr[2:len(arr)] 从0计数
  3. Pulling in just a single function from a module is called a function import, and it‘s done with the from keyword: from math import sqrt
  4. a way to handpick the variables and functions we want from modules: from math import *
  5. the type() function returns the type of the data it receives as an argument
  6. == 与 =

python_codea_412

原文:http://www.cnblogs.com/njuzwr/p/4422738.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!