SyntaxFix
Write A Post
Hire A Developer
Questions
You can find remainder using modulo operator Example
a=14 b=10 print(a%b)
It will print 4