Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge 1 | Variables in Python
Python Tutorial for Beginners

book
Challenge 1

Opgave

Swipe to start coding

Rewrite this piece of code so that the sum is 1000.

Løsning

total = 300 + 700
print(total)

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 2. Kapitel 5
single

single

total = "300" + 700
print(total)

Spørg AI

expand

Spørg AI

ChatGPT

Spørg om hvad som helst eller prøv et af de foreslåede spørgsmål for at starte vores chat

some-alt