👉 Cocircularity is a concept in computer science and mathematics that refers to the property of a function or algorithm where it takes any two inputs, regardless of their order, and produces exactly one output. This means that if you apply the same input twice to the same function, you will always get the same result.
For example, consider the following function:
```
def square(x):
return x
x
```
If we call it with the argument 2, we would get the