Module: (Python) Arithmetic expressions


Problem

2 /6


2 to the power of N

Problem

For a given no N (input from the keyboard), finds 2N.
Output the calculated value (1 <= N <= 15).