Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Challenge | Numeric Types
Python Data Types
course content

Contenuti del Corso

Python Data Types

Python Data Types

1. Numeric Types
2. Boolean Type
3. Strings

book
Challenge

question-icon

Fill in the gaps. Put correct variables with the correct data type to the gaps.

var1 = 20j
var2 = 5.0
var3 = 3 + 3j
var4 = 10


print("The variable with the integer type:",
)
print("The variable with the floating point type:",
)
print("Complex number only with imaginary part:",
)
print("Complex number both with imaginary and real parts:",

Click or drag`n`drop items and fill in the blanks

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 5

Chieda ad AI

expand
ChatGPT

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

course content

Contenuti del Corso

Python Data Types

Python Data Types

1. Numeric Types
2. Boolean Type
3. Strings

book
Challenge

question-icon

Fill in the gaps. Put correct variables with the correct data type to the gaps.

var1 = 20j
var2 = 5.0
var3 = 3 + 3j
var4 = 10


print("The variable with the integer type:",
)
print("The variable with the floating point type:",
)
print("Complex number only with imaginary part:",
)
print("Complex number both with imaginary and real parts:",

Click or drag`n`drop items and fill in the blanks

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 5
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?
some-alt