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

Kurssisisältö

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

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 5

Kysy tekoälyä

expand
ChatGPT

Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme

course content

Kurssisisältö

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

Oliko kaikki selvää?

Miten voimme parantaa sitä?

Kiitos palautteestasi!

Osio 1. Luku 5
Pahoittelemme, että jotain meni pieleen. Mitä tapahtui?
some-alt