Well, I'm still learning to program in python and I came across exercise that I do not know how to solve.
I need to write a function that solves Ackermann's famous function. I think I will not have problems with the syntax and logic behind the function itself, the problem and the calculation. Symbols such as "," and "A" themselves confuse me. If anyone knows how to solve it would be grateful.
PS: I'm interested in how to solve the function, the code in python would be on my own.