Skip to content

Update README to clarify for loop requirement in exercise 08#141

Open
Cerco01 wants to merge 2 commits into4GeeksAcademy:masterfrom
Cerco01:patch-1
Open

Update README to clarify for loop requirement in exercise 08#141
Cerco01 wants to merge 2 commits into4GeeksAcademy:masterfrom
Cerco01:patch-1

Conversation

@Cerco01
Copy link

@Cerco01 Cerco01 commented Feb 23, 2026

The automated test for this exercise strictly requires the use of a for loop which was not specified in the original instructions. This inconsistency caused valid solutions using native Python methods to fail the test. In fact, if the exercise is solved using the exact same approach as the official solution.hide.py file, the automated test explicitly throws an error requesting the use of a for loop because it was omitted. To resolve this issue I have added an explicit instruction clarifying the for loop requirement in both the English and Spanish README files.

Added instruction to use a for loop for the delete_person function.
Added instruction to use a for loop in delete_person function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant