# PokéTrader Download the following code, and get it to compile. ## Files Needed ```eval_rst * :download:`poke_trader.py ` ``` What You Should See ------------------- ``` EXCHANGE POKEMON 0. PIKACHU 1. CHARMELEON 2. GEODUDE 3. GYARADOS 4. BUTTERFREE 5. MANKEY Choose a Pokemon to exchange with PIKACHU. (Or enter 0 to quit.) > 2 EXCHANGE POKEMON 0. GEODUDE 1. CHARMELEON 2. PIKACHU 3. GYARADOS 4. BUTTERFREE 5. MANKEY Choose a Pokemon to exchange with GEODUDE. (Or enter 0 to quit.) > ``` What You Should Do on Your Own ------------------------------ Assignments turned in *without* these things will receive no credit. 1. Write code where indicated that exchanges the Pokémon in index 0 with the selected Pokémon. --- ©2021 Daniel Gallo This assignment is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License](https://creativecommons.org/licenses/by-nc-sa/3.0/us/deed.en_US). ![Creative Commons License](images/by-nc-sa.png) Adapted for Python from Graham Mitchell's [Programming By Doing](https://programmingbydoing.com/)