scrimba
IN1000 - Uke #3
Løsning på nøtten om ordbøker
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Løsning på nøtten om ordbøker
AboutCommentsNotes
Løsning på nøtten om ordbøker
Expand for more info
index.py
run
preview
console
regent = input("Regent: ")
etterkommere = {
"Oscar" : "Haakon",
"Haakon" : "Olav",
"Olav" : "Harald",
"Harald" : "Martha"
}

Console
/index.html
-4:36