oop_objvar.txt 391 B

1234567891011121314151617
  1. $ python oop_objvar.py
  2. (Initializing R2-D2)
  3. Greetings, my masters call me R2-D2.
  4. We have 1 robots.
  5. (Initializing C-3PO)
  6. Greetings, my masters call me C-3PO.
  7. We have 2 robots.
  8. Robots can do some work here.
  9. Robots have finished their work. So let's destroy them.
  10. R2-D2 is being destroyed!
  11. There are still 1 robots working.
  12. C-3PO is being destroyed!
  13. C-3PO was the last one.
  14. We have 0 robots.