Dec 012009

Ignore everything between {% comment %} and {% endcomment %}

Posted by weboom at 2:03 am Tagged with: ,
Jun 302009

There are two ways to make comments in Python.
1.
# single line comment
2.
“””
multiple line comments
here
“””

Posted by weboom at 9:42 pm Tagged with: , ,
Jun 282009

In html, if you want to make a comment, then use
<!–
your comment which will not affect the code
–>

Posted by weboom at 4:30 pm Tagged with:
Switch to our mobile site
Top Footer