Loading Events

« All Events

  • This event has passed.

10 AM Python Game Development

March 7, 2020 @ 10:00 am - 11:00 am
  1. We installed Pycharm
  2. We reviewed Class
  3.  Homework:
    1. Create a Bird class
      1. can_fly
      2. name
      3. speed
    2. Create 4 variables whose data type is Bird.
    3. Add all of them inside the list.
    4. use for loop to go through all of them and print the following
      1. if it can fly, print, <name> can fly
      2. if it’s speed is more than 5, print, <name> is a fast bird

Details