-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[Term entry]: Python keywords: continue #7027
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
[Term entry]: Python keywords: continue #7027
Conversation
d579c1a
to
6a32971
Compare
Hi! This is my first contribution — please approve the workflow run when convenient :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing to Codecademy Docs @zeal-2004 😄
The entry looks good for a second round of review! 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The entry looks good to be merged, @zeal-2004!
👋 @zeal-2004 🎉 Your contribution(s) can be seen here: https://www.codecademy.com/resources/docs/python/keywords/continue Please note it may take a little while for changes to become visible. |
Thanks a lot for adding my contribution! I just have one doubt. I linked my GitHub account in my codecademy profile and I also logged into to my codecademy profile using "Login using GitHub", but it still shows I'm an anonymous contributer. Can you please suggest a way to fix this? |
Hey @zeal-2004, it takes a bit to get an author verified on Codecademy. Since you're done performing all the necessary steps, you can wait for some time and see what happens next. |
Okay, thank you! |
Description
Added a new
continue
folder with thecontinue.md
entry that documents the Pythoncontinue
keyword. The entry includes a detailed description, syntax section, a simple while-loop example, and a CodeByte example demonstrating how to usecontinue
to skip loop iterations.Issue Solved
Closes #6963
Type of Change
Checklist
main
branch.Issues Solved
section.