added useless python problem
This commit is contained in:
parent
69c81460e6
commit
4feb4309d2
4 changed files with 15 additions and 0 deletions
1
useless-python/description.md
Normal file
1
useless-python/description.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Boredom took over, so I wrote this python file! I didn't want anyone to see it though because it doesn't actually run, so I used the coolest base-16 encoding to keep it secret. [python](${useless_py})?
|
4
useless-python/grader.py
Normal file
4
useless-python/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
def grade(autogen, key):
|
||||||
|
if key.find("python_3x3c_exec_3xec_ex3c") != -1:
|
||||||
|
return True, "Correct!"
|
||||||
|
return False, "Nope!"
|
9
useless-python/problem.yml
Normal file
9
useless-python/problem.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
author: GenericNickname
|
||||||
|
title: Useless Python
|
||||||
|
hint: I probably didn't write this by hand
|
||||||
|
category: Reverse Engineering
|
||||||
|
autogen: false
|
||||||
|
programming: false
|
||||||
|
value: 50
|
||||||
|
files:
|
||||||
|
- useless.py
|
1
useless-python/useless.py
Normal file
1
useless-python/useless.py
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue