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

Course Content

Python Data Types

Python Data Types

1. Numeric Types
2. Boolean Type
3. Strings

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

Everything was clear?

Section 1. Chapter 5
We're sorry to hear that something went wrong. What happened?
some-alt