Question: Python 3 Coding Project: This project is about reading text files in the CSV format to complete the functions. There are three different representations for
Python 3 Coding Project:
This project is about reading text files in the CSV format to complete the functions. There are three different representations for a Pokemon in the program but all three are based on a tuple with values in some order. Here are examples of an info file and a stats file:

Here is an explanation of each format:

Here are the functions:

Example "info" file ID Name "Type 1 Type 2 Generation Legendary 1, Bulbasaur Grass Poison FALSE 6, "Charizard Fire Flying" ,1 FALSE 4, "Charmander", Fire FALSE" 169, "Crobat Poison Flying'',2 FALSE 146, "Moltres Fire Flying'' ,1, ''TRUE 643, "Reshiram Dragon "Fire 5, "TRUE" 641, "Tornadus, (Incarnate Form) Flying 5 "TRUE Example "stats" file: ID HP Attack Defense Speed 1,45,49,49,45 4, 39, 52,43,65 6,78, 84,78, 100 146,900, 100,90,90 149, 91,134, 95,80 641, 79,115, 70,111 643, 100, 120,100,90
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
