For example if we take the build-in function pow,
and I have:
c= (2,3)
How do I calculate pow(2,3) using the tuple c?
For example if we take the build-in function pow,
and I have:
c= (2,3)
How do I calculate pow(2,3) using the tuple c?