Discussion due Thursday/tomorrow

Please read through the  before getting started with your post.

Discussion Points:
One of the advantages to writing a program that is subdivided into methods/modules is that such a structure allows different programmers to write separate methods, thus dividing the work

  • What is the advantage to this?
  • How did you document/comment your program (Provide examples)
  • Provide an example of a list and explain how it would be used as part of a problem solution.
  • Provide examples of other data structures such as (tuple, dictionary) and explain how it would be used as part of a problem solution