added a vignere cipher
This commit is contained in:
parent
8ac67712c4
commit
7527942c64
3 changed files with 13 additions and 0 deletions
1
let-me-be-frank/description.md
Normal file
1
let-me-be-frank/description.md
Normal file
|
@ -0,0 +1 @@
|
|||
I was talking to one of my friends but I couldn't quite understand what he was saying. I think it might be important so here it is: `Nwh whdjwh qm uepen, T tjb fsmt tixgi jsrsh sigm gs mpzp xwqf iahxpv iw fslkt. pehgpxf{qtextz_glacz_elt_neinrw_qsg_bums_dcp}`
|
4
let-me-be-frank/grader.py
Normal file
4
let-me-be-frank/grader.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
def grade(autogen, key):
|
||||
if key.find("better_thank_the_french_for_this_one") != -1:
|
||||
return True, "Correct!"
|
||||
return False, "Nope!"
|
8
let-me-be-frank/problem.yml
Normal file
8
let-me-be-frank/problem.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
author: GenericNickname
|
||||
title: Let Me Be Frank
|
||||
hint: Why might the title matter?
|
||||
category: Cryptography
|
||||
autogen: false
|
||||
programming: false
|
||||
value: 75
|
||||
files:
|
Loading…
Reference in a new issue