Differences between revisions 3 and 8 (spanning 5 versions)
Revision 3 as of 2005-12-18 05:30:12
Size: 166
Editor: rockety
Comment:
Revision 8 as of 2006-08-05 03:46:56
Size: 447
Editor: bohachu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 * 有一些好像是来源于gnu的官方站[http://www.gnu.org/fun/humor.cn.html#TOCSoftware] --["rockety"]  * 有一些好像是来源于gnu的官方站[http://www.gnu.org/fun/humor.cn.html#TOCSoftware] --["rockety"]
 * 嘿嘿,Python已经忽悠了很多人来学了,我继续去忽悠人来学Lisp -- AlbertLee

--

 * 貢獻一下Python的寫法:
 * def foo(op,x,y):
 * print eval("%s%s%s"%(op,x,y))
 * 也是兩行就可以下班喔 :)
 * 用法: foo("+",66,88)
 * Bowen Chiu

--

  • 貢獻一下Python的寫法:
  • def foo(op,x,y):
  • print eval("%s%s%s"%(op,x,y))
  • 也是兩行就可以下班喔 :)

  • 用法: foo("+",66,88)
  • Bowen Chiu

ProgrammerJokes/Discuss (last edited 2009-12-25 07:09:35 by localhost)