SyntaxFix
Write A Post
Hire A Developer
Questions
In Python 2.x, make sure to have at least one operand of your division in float. Multiple ways you may achieve this as the following examples:
float
20. / 15 20 / float(15)