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 The Problem: For Loops

How can I access the workspace?

there's no workspace for this video.

3 Answers

Everett Hubbard
Everett Hubbard
11,446 Points
# Columns: Name, Day/Month, Celebrates, Age

# Problem 1: Celebrations
    # Loop through all of the people in BIRTHDAYS
    # If they celebrate their birthday, print out
    # "Happy Birthday" and their name

# Problem 2: Half birthdays
    # Loop through all of the people in BIRTHDAYS
    # Calculate their half birthday (six months later)
    # Print out their name and half birthday

# Problem 3: Only school year birthdays
    # Loop through the people in BIRTHDAYS
    # If their birthday is between September (9)
    # And June (6), print their name

# Problem 4: Wishing stars
    # Loop through BIRTHDAYS
    # If the person celebrates their birthday,
    # AND their age is 10 or less,
    # Print out their name and as many stars as their age

Recommendation for TeamTreehouse moderators who may review this comment: please add the Launch Workspace option to the first video. This would make for a more intuitive experience.

Eric Harris
Eric Harris
2,391 Points

On the navigation bar on the top of the page, to the right of that next to your points, you should see a link that says, "Workspaces". Click that, and then on the right hand side of that page is a plus sign that allows you to add a workspace. You can also access a workspace from here too.

Good luck.

Luke Maschoff
Luke Maschoff
820 Points

To access it while viewing a video, it should be in the bottom right corner of the video player when the video is minimized.

  • Best of luck!