You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 replacewith
While Group 5, should replace
with
Once all print statements have been uncommented, the desired behavior of
main.py
should be to output:The text was updated successfully, but these errors were encountered: