A Golf Simulator

Hi everyone,

As an avid golfer, I decided to make a rudimentary 9-hole golf simulator. I’ve been really struggling with classes and objects, so I decided not to use them for this game. rather, I used several loops and if statements along with the random module to simulate some volatile aspects of golf.

However, I know object-oriented programming is an important concept, so I’d like to know how I can potentially integrate them as I continue to review that material.

Any feedback would be nice. Thanks!

https://github.com/danfriedman30/pythongame