Skip to content
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

Bug in main.py - print statements are commented. #2

Open
EricKeenan opened this issue Aug 6, 2020 · 0 comments
Open

Bug in main.py - print statements are commented. #2

EricKeenan opened this issue Aug 6, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@EricKeenan
Copy link
Owner

Hi team, I noticed a bug in main.py. Several print statements are commented out. To fix this we need each group to uncomment their assigned print statement. For example, Group 2 should replace

# print("Group 2")

with

print("Group 2")

While Group 5, should replace

# print("Group 5")

with

print("Group 5")

Once all print statements have been uncommented, the desired behavior of main.py should be to output:

Group 1
Group 2
Group 3
Group 4
Group 5
Group 6
@EricKeenan EricKeenan added the bug Something isn't working label Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant