generated from mwc/lab_dice
19cd2472c862d60403aa950af9eefb122b0cc25b
Python OOP is just different enough from Java's syntax that it's driving me crazy, but I'm still having fun. Honestly I always looked at OOP as having a different set of "scopes" as functional Programming but the more I've been using OOP the more I see it's just the same scope and access paradigm. You need to either receive or create data, do something with it, and possibly pass data back to something else. This unit is going to be an exercise in patience for me because I see a lot of framework building before actually getting to the result that I want.
Description
No description provided
Languages
Python
100%