Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda 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:",
_ _ _

Clique ou arraste solte itens e preencha os espaços

dots
var1
dots
var2
dots
var3
dots
var4

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 5

Pergunte à IA

expand
ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

some-alt