Https://www.codecademy.com/courses/learn-python-3/lessons/python-functions-syntax-cc/exercises/all-operations

Hello,
For this assignment im confused by the following:
“Finally, it should return the third number printed mod a .”
I understand its a % sign but I have no idea what it’s supposed to do

Welcome to the forum :slight_smile:

Please see this topic:

How to ask good questions (and get good answers)

i would really appreciate the exercise url, so i can read the instructions and better understand what you are struggling with, thank you :slight_smile:

I suspect that’s the topic title… :slight_smile:

1 Like

literally what it says:

we have a variable named third and a variable named a, so we should do:

third % a

and return the result of that calculation.