"""
File: pokemon.py
Author: Charm Ander
Purpose: Compute the maximum average values for various Pokemon attributes
and answer queries about them.
"""
def sum_csv_string(csv_string):
"""Add the numbers in a string of comma-separated values.
Parameters: csv_string is a string of comma-separated numeric values.
Returns: A number that is the sum of the values in the argument string.
Pre-condition: csv_string is a string.
Post-condition: The return value is a number."""
For your convenience, a template is available here.
x = x + 1 # increment xExamples of over-commenting are shown here.
PI = 3.1416
DEFAULT_SIZE = 64