Hi, I am trying to create a program the displays a chart showing the powers of 2, from 0 up to a number requested by the user.
when I try to make this I get an error message saying: unsupported operand types for **, pow(): int, lists
when I try to make this I get an error message saying: unsupported operand types for **, pow(): int, lists
Comment