First time here? Check out the FAQ!
answered 2022-04-02 05:34:35 +0100
Permutation p is viewed as a function, and so its action on a point is just the result of this function:
p
p = Permutation('(5,17)') print( p(5) )