Float and integer result in Basic Concept / Simple Operation

I noticed one part, and I think it will be a bit confusing, which is the result of a division operator.
In python 3, if we are dividing both integer numbers, the result will show as a float. Like this:
image

But in the Cubie, the result returns an integer instead of a float. And in the hint part, we stated that if we used a divide operator, the result would return a float value.


Capture2

And this is confusing :sweat_smile: if we do not fix the data type that a division operator returns.

Thank you.

hi Carol
yes, you’re right. python version in 2 in cubie, that’s why it doesn’t return float.
later we will change the python version there too :+1:t2: