SyntaxFix
Write A Post
Hire A Developer
Questions
Multiply by 1.
result = 1. * a / b
or, using the float function
result = float(a) / b