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:",
クリックまたはドラッグ`n`ドロップして空欄を埋めてください