2006年08月10日 星期四 00:29
Hi 请问多个条件的IF语句怎么写?我这个肯定是错误了 if 1>&(int(c)>0: 我知道可以写 成IF嵌套,但是那样太傻了吧 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060810/44673111/attachment.html
2006年08月10日 星期四 06:37
On 8/9/06, 天才狐狸 <mem_fox at 263.net> wrote: > > > > > Hi > > 请问多个条件的IF语句怎么写?我这个肯定是错误了 if 1>&(int(c)>0: 我知道可以写成IF嵌套,但是那样太傻了吧 > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > &(int(c) 什么意思? 此外,Py的逻辑判断可以连起来。 ----------------------- >>> a = 5 >>> b = 3 >>> if 6 > a > b : print 1 1 ---------------------
2006年08月10日 星期四 09:15
并的关系是and,不是& if ...and ....or 在06-8-10,shhgs <shhgs.efhilt at gmail.com> 写道: > > On 8/9/06, 天才狐狸 <mem_fox at 263.net> wrote: > > > > > > > > > > Hi > > > > 请问多个条件的IF语句怎么写?我这个肯定是错误了 if 1>&(int(c)>0: 我知道可以写成IF嵌套,但是那样太傻了吧 > > > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > > > > &(int(c) > > 什么意思? > > 此外,Py的逻辑判断可以连起来。 > > ----------------------- > >>> a = 5 > >>> b = 3 > >>> if 6 > a > b : > print 1 > > > 1 > --------------------- > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060810/162af2c3/attachment.html
2006年08月10日 星期四 10:25
我的意思是与! 条件1&&条件2 -----邮件原件----- 发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] 代表 shhgs 发送时间: 2006年8月10日 6:38 收件人: python-chinese at lists.python.cn 主题: Re: [python-chinese] 请问这个应该怎么写 On 8/9/06, 天才狐狸 <mem_fox at 263.net> wrote: > > > > > Hi > > 请问多个条件的IF语句怎么写?我这个肯定是错误了 if 1>&(int(c)>0: 我知道可以 写成IF嵌套,但是那样太傻了吧 > > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > &(int(c) 什么意思? 此外,Py的逻辑判断可以连起来。 ----------------------- >>> a = 5 >>> b = 3 >>> if 6 > a > b : print 1 1 ---------------------
2006年08月10日 星期四 15:04
On 8/10/06, 天才狐狸 <mem_fox at 263.net> wrote: > > 我的意思是与! 条件1&&条件2 > > 你学习python都不看python自带的手册的吗? 参考python manual里language reference的5.14节 -- Best Regards, Leo Jay -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060810/34f50920/attachment.html
Zeuux © 2025
京ICP备05028076号