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 (2015) Letter Game App Congratulations!

Samuel Catchpole-Radford
Samuel Catchpole-Radford
8,081 Points

My first project after completing Python Basics.

Hi, I just wanted to share this, Thanks to the learning from this course I have just created my first python program which has the user roll and dice to match the result with a random number picked by the program.

Check it out at https://github.com/samuelradford/roll_the_dice

I would appreciate any feedback to help me improve this even further.

2 Answers

Great job I love it! :thumbsup: :thumbsup: :thumbsup:

Jones Dias
Jones Dias
13,902 Points

Congrats, Samuel!

Just be careful with the number of unnecessary blank lines in your program. You have 8 blank lines at the end of your file.

Keep coding!

Samuel Catchpole-Radford
Samuel Catchpole-Radford
8,081 Points

Ahh Thanks, I just had them in there so I was not always writing at the bottom of the screen, forgot to take them out... Thanks for the help.