class A: def hello(self, s=""): print "hello", s a = A() a.hello() a.hello("world")
OSはUbuntu 9.04 PythonはPython 2.6.2
0 件のコメント:
コメントを投稿