240
Using comments as arguments in python.
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Some languages use the comments to generate documentation. Something like
// function to add two numbers func Add(num1 int, num2 int)