Re: Writing a function to calculate scores

2015-05-19 Thread Rustom Mody
On Wednesday, May 20, 2015 at 9:21:51 AM UTC+5:30, Grace Anne St Clair-Bates wrote: > Hello! I am trying to write a funtion that calculates scores of three random > dots on a "bean-bag" board that land on different holes. Each hole holds a > certain amount of point. I need to take where the comp

Writing a function to calculate scores

2015-05-19 Thread Grace Anne St Clair-Bates
Hello! I am trying to write a funtion that calculates scores of three random dots on a "bean-bag" board that land on different holes. Each hole holds a certain amount of point. I need to take where the computer has randomly places three points in my turtle graphic and calculate the total score.