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

Зміст курсу

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:",

Натисніть або перетягніть елементи та заповніть пропуски

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 5

Запитати АІ

expand
ChatGPT

Запитайте про що завгодно або спробуйте одне із запропонованих запитань, щоб почати наш чат

course content

Зміст курсу

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:",

Натисніть або перетягніть елементи та заповніть пропуски

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 1. Розділ 5
Ми дуже хвилюємося, що щось пішло не так. Що трапилося?
some-alt