[SOLVED] ITSE 1359 – Program 9

30.00 $

Category:

Description

5/5 - (2 votes)
  • Create a file using PyCharm.
  • Name the source file program_9.py.
  • Format code like the examples.
  • Include comments in your code like the examples.
  • Code the requirements in the numbered list below.
  • Output a header in the console: “This is Program 9”

Requirements to be numbered in program_9.py:

Start with the program you produced for Program 8. In addition to all of the requirements for Program 8, do the following:

  1. Print “This program keeps track of Pokémon characters, saves the data to a file, and displays the data from a file.”
  2. Call the function ‘save_data()’ to save the Pokémon data to a file.
  3. Call the function ‘display_data()’ read the data from a file and display the output just like requirement #4 in Program 8.
  4. Print a statement explaining your experiences with Program 9.

TEST – TEST – TEST your application to ensure the specific program requirements are met.

  • Use the list above and the common requirements as a confirmation checklist.
  • Not meeting all requirements = 0 points for the assignment.