Differences between revisions 6 and 7
Revision 6 as of 2006-08-05 03:45:50
Size: 431
Editor: bohachu
Comment:
Revision 7 as of 2006-08-05 03:46:25
Size: 443
Editor: bohachu
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
貢獻一下Python的寫法:
def foo(op,x,y):
  print eval("%s%s%s"%(op,x,y))
貢獻一下Python的寫法:<BR>
def foo(op,x,y):<BR>
  print eval("%s%s%s"%(op,x,y))<BR>

--

貢獻一下Python的寫法:<BR> def foo(op,x,y):<BR>

  • print eval("%s%s%s"%(op,x,y))<BR>

也是兩行就可以下班喔 :) 用法: foo("+",66,88)

Bowen Chiu

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