Skip to content

Instantly share code, notes, and snippets.

@NamPNQ
Created April 17, 2014 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NamPNQ/10956583 to your computer and use it in GitHub Desktop.
Save NamPNQ/10956583 to your computer and use it in GitHub Desktop.
def easylearncode_validate(result,code,output,error=None):
#validate code in here
if error:
return "Code ban co loi nay nek " + error
return True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment