You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{% if language == "python" %} <PRE># a python function {{Signature}} {{Input}} that returns {{Output}}{% if Fact %} given {{Fact}}{% endif %}
def <SUF>
# another function{% endif %}{% if language == "javascript" %} <PRE>// a javascript function {{Signature}} {{Input}} that returns {{Output}}{% if Fact %} given {{Fact}}{% endif %}