Challenge 2
Oppgave
Swipe to start coding
Rewrite this piece of code, commenting out the illegal lines. And display on the screen only those variables that are valid.
Løsning
9
1
2
3
4
5
# a = seven
b = 7
c = "hello"
# d = 15 + "kitten"
print(b, c)
Alt var klart?
Takk for tilbakemeldingene dine!
Seksjon 3. Kapittel 3
single
9
1
2
3
4
5
a = seven
b = 7
c = "hello"
d = 15 + "kitten"
print(__, __)
Spør AI
Spør AI
Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår