Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
goelp14
GitHub Repository: goelp14/easyctf-iv-problems
Path: blob/master/discord/grader.py
671 views
1
def grade(autogen, key):
2
if "Is_this_really_a_D1sc0rd_fl4g?" in key:
3
return True, "Thanks for using Discord!"
4
return False, "Maybe you should use Discord."
5
6