added useless python problem

This commit is contained in:
Michael Barre 2017-03-15 19:38:05 -05:00
parent 69c81460e6
commit 4feb4309d2
4 changed files with 15 additions and 0 deletions

View 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
View file

@ -0,0 +1,4 @@
def grade(autogen, key):
if key.find("python_3x3c_exec_3xec_ex3c") != -1:
return True, "Correct!"
return False, "Nope!"

View 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

File diff suppressed because one or more lines are too long