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

book
Challenge 1

Compito

Swipe to start coding

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

Soluzione

total = 300 + 700
print(total)

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 2. Capitolo 5
total = "300" + 700
print(total)

Chieda ad AI

expand
ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

some-alt