[Python-3000] python3000 C and C++ style coments

Roberto Bonvallet rbonvall at gmail.com
Mon Dec 24 05:10:08 CET 2007


2007/12/23, Tomy novella <tomasnovella at gmail.com>:
> I think it would be great if  C style(/* */) and C++ style(//)
> comments appeared in python3000.

In order to comment block of lines, you can enclose the code between a
pair of triple quotes.  // already has a meaning: it is the integer
division operator.
-- 
Roberto Bonvallet


More information about the Python-3000 mailing list