Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 668 Bytes

curentQs.md

File metadata and controls

15 lines (11 loc) · 668 Bytes

Questions

  1. see OOP.md
  • Q re: use of type(self) to call class method
  1. see lists.memory.md
    • Q about memory/lists, and why a new list is created each time in for-loop example from class.

  1. Learn: Debugging Continuned (Prob setting: debugging)
    • Question 2: print(stage)
    • When stage is printed out using print_stage, each inner lists is displayed as one horizontal row.
  • Question 3: - She also needs the vertical position and horizontal position of each of the cells so that she can use those to call count_neighbors for each cell.
  • To do this, does she need to return v_pos, h_pos? Somehow she needs to capture those values?