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 trial

Python Python Basics (Retired) Pick a Number! Any Number! The Solution

Guess 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

well 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.

it's not random.. it always starts with 10.

Long Nguyen
Long Nguyen
10,532 Points

Show us what you did. We can tell you what gone wrong in your code. It doesn't always start with 10.