2006年12月13日 星期三 16:47
Python³ÌÐòÖÐÓÐÈô¸ÉÁ¬ÐøÐгÌÐòÎÞÓã¬Ïë×¢Ê͵ô¡£ ²»ÖªµÀÔõôһÏÂÈ«²¿×¢ÊÓµôÈô¸ÉÐгÌÐò¡£ ÈçCÓïÑÔÖеÄ/* Èô¸ÉÐгÌÐò */¡£ лл£¡£¡£¡ Zhibin.Guan 2006-12-13 -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20061213/b81e1a20/attachment.html
2006年12月13日 星期三 16:51
ÔÚÄãҪעÊ͵ÄÈô¸ÉÐеĿªÍ·ºÍ½áβÓà ''' ×¢ÊÍ,¾Í¿ÉÒÔÁË. ÀýÈç: ''' 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
2006年12月13日 星期三 16:52
''' 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
2006年12月13日 星期三 16:59
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 >
2006年12月13日 星期三 17:04
¸Õ²ÅÊÔÁËһϣ¬·¢ÏÖÊÇÓÐЩÎÊÌâ¡£ ¿ÉÄÜÊÇ×¢Ê͵Äʱºò£¬ÕâÒ»¶ÔÈý¸öµ¥ÒýºÅ''' '''ÐèÒª¶ÔÆ룬Ӧ¸ÃÊǸú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
2006年12月13日 星期三 22:47
龙芯的人? 龙芯上能运行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
Zeuux © 2025
京ICP备05028076号