Re: [Tutor] Help with writing a bean bag toss game in python

2015-05-20 Thread Laura Creighton
In a message of Tue, 19 May 2015 19:53:00 -0700, Grace Anne St Clair-Bates writ es: >Hello! I am trying to code a bean-bag toss game in python where the program >generates three random dots inside a turtle graphic. Each different hole >means a different score, but I don't know how to write the func

Re: [Tutor] Help with writing a bean bag toss game in python

2015-05-20 Thread Alan Gauld
On 20/05/15 03:53, Grace Anne St Clair-Bates wrote: Hello! I am trying to code a bean-bag toss game in python where the program generates three random dots inside a turtle graphic. Each different hole means a different score, but I don't know how to write the function to calculate the total score

[Tutor] Help with writing a bean bag toss game in python

2015-05-20 Thread Grace Anne St Clair-Bates
Hello! I am trying to code a bean-bag toss game in python where the program generates three random dots inside a turtle graphic. Each different hole means a different score, but I don't know how to write the function to calculate the total score with all three random points and display the score on