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

fixed elif issue in lecture #333

Closed
wants to merge 3 commits into from
Closed

Conversation

abadoni5
Copy link
Contributor

@abadoni5 abadoni5 commented Mar 13, 2024

Summary

Closes #262 by removing the unecessary elif statement at the bottom.

Checklist

  • Variables, functions and comments are translated to Spanish
  • Functions follow underscore notation
  • Spell check done & typos fixed
  • All python code is PEP8 compliant
  • Test coverage with Playwright implemented; locators are Pyhton code
  • Reviewers assigned (all peers & at least 1 mentor)

Screenshots

Screenshot 2024-03-13 at 10 17 08 AM Screenshot 2024-03-13 at 10 17 49 AM

@abadoni5
Copy link
Contributor Author

@NicolasSandoval this solves issue #262, an earlier PR tried to refactor the live code example but since the next lesson is on elif statements that is uneccesary. Removing the mention of elif fixes the issue as mentioned in the issue itself.

Copy link

@abadoni5 abadoni5 closed this Mar 14, 2024
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.

Keyword "elif" mentioned but not use in live code example
1 participant