SyntaxFix
Write A Post
Hire A Developer
Questions
def division(a, b): return a / b if a % b else a // b