Template:Comment
From FreeAllegiance Wiki
Jump to navigationJump to search
{{{1}}}
Usage
Code code code {{Comment|Your comment here}}
Example
def list(*stuff): {{comment|#accept a list as argument}} return ", ".join(stuff)
Gives:
def list(*stuff): #accept a list as argument
return ", ".join(stuff)