-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Itertools traffic light task #18
Comments
Hi @bbelderbos @hobojoe1848 not sure which of you wrote that chapter. Could you have a look? Thanks for the heads up @ignazwrangel |
Thanks @ignazwrangel, I agree the description can use a bit more details/specs @hobojoe1848 maybe we give a hint about the expected outputs, or even a test they can use (mocking out sleep). I dug up our traffic light script from our 100 days: https://github.com/pybites/100DaysOfCode/blob/master/029/traffic_lights.py |
Hi @ignazwrangel! Thanks for the feedback mate. You're exactly right. Sometimes when you write these things, after spending 3-4 months creating it, it's easy to forget that no one else is going to know what was floating around in your head haha! I've added some instructions in there re what to do. Let us know what you think! Cheers |
Hi, I think there's some missing info in the itertools unit readme. It says to try to complete the task before watching the video, but the only description of the task in the readme is "create a script that simulates traffic lights" - it's not obvious what it is.
The text was updated successfully, but these errors were encountered: