mirror of
https://github.com/KevinMidboe/knowit_julekalender-2018.git
synced 2025-10-29 17:50:19 +00:00
7 lines
172 B
Python
7 lines
172 B
Python
from luke_09.hashmebaby import main as hashmebaby
|
|
|
|
answer = 'Dev: Hva er [10, 10, 10].map(parseInt) lik? JS: NaNsense.'
|
|
|
|
def test_answer():
|
|
assert hashmebaby() == answer
|