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

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

dots
var4
dots
var3
dots
var2
dots
var1

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 5

Fragen Sie AI

expand
ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

some-alt