Cannot understand why 2** is being used

Hey can somebody please explain why 2**a is being used in the solution to this problem?

Problem Link → ICL1906 Problem - CodeChef

Solution Link → CodeChef: Practical coding for everyone

can’t find in the solution where 2** is used.

In python 2**x refers to 2^x.
it is used to raise power