如果妳祈求心灵的平和与快乐,就去信仰上帝!如果妳希望成为一个真理的门徒,探索吧!! -- 尼采
I can calculate the motions of havenly bodies, but not the madness of people. -- Newton
You have to be out to be in.

搜索引擎

Java, Web, Searching Engine

  IT博客 :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理 ::
  24 随笔 :: 25 文章 :: 27 评论 :: 0 Trackbacks

Numeric Operations


/ performs true division, returning a floating-point result. The // operator performs truncating division, which means it returns an integer result and ignores the remainder, if any.

The built-in divmod function takes two numeric arguments and returns a pair whose items are the quotient and remainder


posted on 2007-11-24 00:03 专心练剑 阅读(151) 评论(0)  编辑 收藏 引用
只有注册用户登录后才能发表评论。