This is some description of the problem. Or anything else :)
You can put your question somewhere here and some codes:
def question():
print "Any codes might come in here"To create a "hide button", use
<button class="section" target="solution" show="Show solution" hide="Hide solution"></button>The section that you want to be hidden, should be inside the following tag-pair:
<!--sec data-title="Solution" data-id="solution" data-show=false ces-->
...
<!--endsec-->Note that you cannot have titles higher than #### in the hidden block - Use ####, #####, etc...
Any solution codes would come here.
def question():
print "This is an answer!"