Python论坛  - 讨论区

标题:[python-chinese] Python程序中如何注释若干行程序?

2006年12月13日 星期三 16:47

Zhibin.Guan guanzb在lemote.com
星期三 十二月 13 16:47:12 HKT 2006

Python³ÌÐòÖÐÓÐÈô¸ÉÁ¬ÐøÐгÌÐòÎÞÓã¬Ïë×¢Ê͵ô¡£
²»ÖªµÀÔõôһÏÂÈ«²¿×¢ÊÓµôÈô¸ÉÐгÌÐò¡£
ÈçCÓïÑÔÖеÄ/* Èô¸ÉÐгÌÐò      */¡£
лл£¡£¡£¡




Zhibin.Guan
2006-12-13
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061213/b81e1a20/attachment.html 

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

2006年12月13日 星期三 16:51

Peng Xu gulama在gmail.com
星期三 十二月 13 16:51:58 HKT 2006

ÔÚÄãҪעÊ͵ÄÈô¸ÉÐеĿªÍ·ºÍ½áβÓà  '''   ×¢ÊÍ,¾Í¿ÉÒÔÁË.
ÀýÈç:
'''
a = 0
print a
a = a +1
print a
'''

ÔÚ06-12-13£¬Zhibin.Guan <guanzb在lemote.com> дµÀ£º
>
>  Python³ÌÐòÖÐÓÐÈô¸ÉÁ¬ÐøÐгÌÐòÎÞÓã¬Ïë×¢Ê͵ô¡£
> ²»ÖªµÀÔõôһÏÂÈ«²¿×¢ÊÓµôÈô¸ÉÐгÌÐò¡£
> ÈçCÓïÑÔÖеÄ/* Èô¸ÉÐгÌÐò      */¡£
> лл£¡£¡£¡
>
>  ------------------------------
>  Zhibin.Guan
> 2006-12-13
>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061213/ab912c27/attachment.htm 

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

2006年12月13日 星期三 16:52

arcr. ..... arcr.gg在gmail.com
星期三 十二月 13 16:52:09 HKT 2006

'''
this is a comment
'''
三个单引号

在06-12-13,Zhibin.Guan <guanzb at lemote.com> 写道:
>
>  Python程序中有若干连续行程序无用,想注释掉。
> 不知道怎么一下全部注视掉若干行程序。
> 如C语言中的/* 若干行程序      */。
> 谢谢!!!
>
>  ------------------------------
>  Zhibin.Guan
> 2006-12-13
>
> _______________________________________________
> 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://python.cn/pipermail/python-chinese/attachments/20061213/e7e3f5be/attachment.html 

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

2006年12月13日 星期三 16:59

lveax lveax.m在gmail.com
星期三 十二月 13 16:59:56 HKT 2006

On 12/13/06, Zhibin.Guan <guanzb在lemote.com> wrote:
>
>
> Python程序中有若干连续行程序无用,想注释掉。
> 不知道怎么一下全部注视掉若干行程序。
> 如C语言中的/* 若干行程序      */。
> 谢谢!!!
>
>  ________________________________
>
> Zhibin.Guan
> 2006-12-13

lemote.com ..... 那个盒子现在怎么样了?

python中没有多行的注释,不过可以用技巧实现

把注释放到

if 0:
    注释.....


这样后面的东西就永远跳过


> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request在lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>

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

2006年12月13日 星期三 17:04

Zhibin.Guan guanzb在lemote.com
星期三 十二月 13 17:04:56 HKT 2006

¸Õ²ÅÊÔÁËһϣ¬·¢ÏÖÊÇÓÐЩÎÊÌâ¡£
¿ÉÄÜÊÇ×¢Ê͵Äʱºò£¬ÕâÒ»¶ÔÈý¸öµ¥ÒýºÅ'''   '''ÐèÒª¶ÔÆ룬Ӧ¸ÃÊǸúpythonµÄ¸ñʽҪÇóÑϸñÓйØϵ¡£

лл¶ÔºÐ×ӵĹØ×¢¡£Ä¿Ç°£¬ÕýÔÚÏúÊÛµ±ÖС£²»¹ý£¬ÏÖÔÚ»ù±¾¶¼ÒѾ­ÓÐÁËÂòÖ÷£¬Ö÷ÒªÊǶ©µ¥ºÜ¶à£¬¶øÇÒ£¬Ç°ÆÚÖ»¶ÔÍâÊÛ³ö²»µ½1000̨£¡




Zhibin.Guan
2006-12-13



·¢¼þÈË£º lveax
·¢ËÍʱ¼ä£º 2006-12-13 17:14:36
ÊÕ¼þÈË£º guanzb在lemote.com; python-chinese在lists.python.cn
³­ËÍ£º 
Ö÷Ì⣺ Re: [python-chinese] Python³ÌÐòÖÐÈçºÎ×¢ÊÍÈô¸ÉÐгÌÐò£¿

On  12/13/06,  Zhibin.Guan   <guanzb在lemote.com >  wrote:
>
>
>  Python³ÌÐòÖÐÓÐÈô¸ÉÁ¬ÐøÐгÌÐòÎÞÓã¬Ïë×¢Ê͵ô¡£
>  ²»ÖªµÀÔõôһÏÂÈ«²¿×¢ÊÓµôÈô¸ÉÐгÌÐò¡£
>  ÈçCÓïÑÔÖеÄ/*  Èô¸ÉÐгÌÐò            */¡£
>  лл£¡£¡£¡
>
>    ________________________________
>
>  Zhibin.Guan
>  2006-12-13

lemote.com  .....  ÄǸöºÐ×ÓÏÖÔÚÔõôÑùÁË£¿

pythonÖÐûÓжàÐеÄ×¢ÊÍ£¬²»¹ý¿ÉÒÔÓü¼ÇÉʵÏÖ

°Ñ×¢Êͷŵ½

if  0:
       ×¢ÊÍ.....


ÕâÑùºóÃæµÄ¶«Î÷¾ÍÓÀÔ¶Ìø¹ý


>  _______________________________________________
>  python-chinese
>  Post:  send  python-chinese在lists.python.cn
>  Subscribe:  send  subscribe  to
>  python-chinese-request在lists.python.cn
>  Unsubscribe:  send  unsubscribe  to
>  python-chinese-request在lists.python.cn
>  Detail  Info:
>  http://python.cn/mailman/listinfo/python-chinese
>
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061213/9b711db4/attachment-0001.htm 

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

2006年12月13日 星期三 22:47

tocer tocer.deng在gmail.com
星期三 十二月 13 22:47:48 HKT 2006

龙芯的人?
龙芯上能运行Python么?

lveax wrote::
> On 12/13/06, Zhibin.Guan <guanzb在lemote.com> wrote:
>>
>> Python程序中有若干连续行程序无用,想注释掉。
>> 不知道怎么一下全部注视掉若干行程序。
>> 如C语言中的/* 若干行程序      */。
>> 谢谢!!!
>>
>>  ________________________________
>>
>> Zhibin.Guan
>> 2006-12-13
> 
> lemote.com ..... 那个盒子现在怎么样了?
> 
> python中没有多行的注释,不过可以用技巧实现
> 
> 把注释放到
> 
> if 0:
>     注释.....
> 
> 
> 这样后面的东西就永远跳过
> 
> 
>> _______________________________________________
>> python-chinese
>> Post: send python-chinese在lists.python.cn
>> Subscribe: send subscribe to
>> python-chinese-request在lists.python.cn
>> Unsubscribe: send unsubscribe to
>> python-chinese-request在lists.python.cn
>> Detail Info:
>> http://python.cn/mailman/listinfo/python-chinese
>>
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese

-- 
Vim 中文 Google 论坛 http://groups.google.com/group/Vim-cn

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号