Python论坛  - 讨论区

标题:[python-chinese] 请问这个应该怎么写

2006年08月10日 星期四 00:29

天才狐狸 mem_fox at 263.net
Thu Aug 10 00:29:29 HKT 2006

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年08月10日 星期四 06:37

shhgs shhgs.efhilt at gmail.com
Thu Aug 10 06:37:43 HKT 2006

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
---------------------

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年08月10日 星期四 09:15

topgun.chuter liu topgun.chuter at gmail.com
Thu Aug 10 09:15:49 HKT 2006

并的关系是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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年08月10日 星期四 10:25

天才狐狸 mem_fox at 263.net
Thu Aug 10 10:25:00 HKT 2006

我的意思是与!  条件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
---------------------

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年08月10日 星期四 15:04

Leo Jay python.leojay at gmail.com
Thu Aug 10 15:04:54 HKT 2006

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号