First time here? Check out the FAQ!
answered 3 years ago
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) )