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:
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.
And this is confusing if we do not fix the data type that a division operator returns.
Thank you.