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) Number Game App Number Game Introduction

Emilio Andere
Emilio Andere
495 Points

Console is not working

Hello, I have a problem.

Every time I insert the code in the console with the tab functions nothing happens, The console just starts a new line but does not put any code

I cant work because of this

1 Answer

Nick Gaudio
seal-mask
.a{fill-rule:evenodd;}techdegree
Nick Gaudio
Python Web Development Techdegree Student 2,133 Points

My guess is that your code is not actually calling the function for the game. Somewhere in your code in the first column you'll need to call the function that sets off the game in your script. If that doesn't help then feel free to post your code and I'll take a look.