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

book
Challenge 2

Compito

Swipe to start coding

You need to calculate and display the following mathematical expressions.

  • 15 + 89 ;
  • 999 - 355.

Be attentive. Click button below code to check the solution of this task.

Soluzione

sum_ = 15 + 89
subtraction = 999 - 355
print(sum_, subtraction)

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 3
single

single

sum_ = ____
subtraction = ___
print(sum_, subtraction)

Chieda ad AI

expand

Chieda ad AI

ChatGPT

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

some-alt