Skip to content

Week 4 04 17

fengttt edited this page Apr 17, 2020 · 3 revisions

Plan

  • Array and multi-dimension array
  • Game of Life, intro the rule of the game.

Homework

  1. Review the following code,
class A:
   def __init__(self, arg):
       ...
   def doSomething(self, arg):
  1. Draw a chess board.

  2. Search for 9 solutions of your 8 Queens problem. Draw the your solutions.

Clone this wiki locally