scrimba
IN1000 - Uke #3
Løsning på oppgave 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å oppgave om ordbøker
AboutCommentsNotes
Løsning på oppgave om ordbøker
Expand for more info
index.py
run
preview
console
hovedsteder = {
"Norge" : "Oslo",
"Sverige" : "Stockholm",
"Danmark" : "København",
"Finland" : "Helsinki"
}

land = input("Hvilket land vil du vite hovedstaden til? ")




Console
"Variables "
,
index.html
-3:19