51Testing软件测试论坛
标题:
python 中定义函数出错
[打印本页]
作者:
zhangbo810508
时间:
2006-4-26 11:56
标题:
python 中定义函数出错
本人在定义python函数时,出现一下情况:
>>> def largenumber(x,y):
if x>y:
print x,"less than",y
elif x<y:
SyntaxError: invalid syntax
>>>
怎么回事,我想定义elif x<y:
print x,"more than",y,怎么回事
作者:
charles
时间:
2006-4-26 15:06
if x>y:
.....
elif x<y:
....
作者:
charles
时间:
2006-4-26 15:08
if 和elif两行应该对齐就没问题了
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2