SyntaxFix
Write A Post
Hire A Developer
Questions
In my case I changed:
return <variable>
with:
return str(<variable>)
try with the following and it must work:
str(round((a/b)*0.9*c))