Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialPatrick Hofer
817 PointsGuess Number Game
Hi, when i play the game in my workspace, i win always because i start with 10. How does the function random work?
Thanks for your thoughts!
2 Answers
shezazr
8,275 Pointswell how do you think random will work? it will give you random numbers...
what exactly are you trying to ask? you can look in python doc for random.randint method to see how it works.
Long Nguyen
10,532 PointsShow us what you did. We can tell you what gone wrong in your code. It doesn't always start with 10.
Patrick Hofer
817 PointsPatrick Hofer
817 Pointsit's not random.. it always starts with 10.