New year, new round of knowit julekalender. Starting this year off a bit late, but lets see how many I can complete 🎉🎅

This commit is contained in:
2018-12-03 22:54:47 +01:00
parent a6808e9832
commit ccdb654622
47 changed files with 125 additions and 520122 deletions

View File

@@ -1,11 +1,2 @@
from luke_03.steganography import main
def test_answer():
answer = 'Steganography is awesome and you Knowit!'
output = main()
print(output)
print(answer in output)
if answer in output:
assert True
else:
assert False
assert False