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

Cursusinhoud

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

Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 5

Vraag AI

expand
ChatGPT

Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.

course content

Cursusinhoud

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

Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 5
Onze excuses dat er iets mis is gegaan. Wat is er gebeurd?
some-alt