Commit Graph

3 Commits

Author SHA1 Message Date
Chris Mekelburg c13160f0b7 update b/w checkpont 1 and 2
fixed range(6) to range(7) in dice_stats.py
2024-11-10 19:54:32 -05:00
Chris Mekelburg e798485b0d Checkpoint 1
A class could be used to create an object, such as a molecule in
chemistry. In the class definition, would be functions that could
describe how general molecules behave, look, etc. and then when the
class is called later, certain attributes such as the type of molecule
could be defined. If I am thinking about a class correctly, it could be
used to describe the behavior of a molecule for simulation, but then the
actual individual characteristics of the molecule could be called later.
2024-11-09 21:18:40 -05:00
cmekelburg 983a9d5957 Initial commit 2024-08-27 23:08:36 +00:00