Skip to content

Loops for beginner #2658

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

Merged

Conversation

LAbhilashKumar
Copy link
Contributor

This simple script is all about loops in Python — both for and while. It shows how you can repeat actions using just a few lines of code. Added easy examples like printing messages multiple times, looping through a list, and even going through letters in a word. For the while loop, kept it clear so you understand how it keeps running until a condition is no longer true. It’s perfect if you’re just starting out and want to get comfortable with how Python loops work. Suggestions are welcome!

Addresses issue: #1594

@geekcomputers geekcomputers merged commit fbfcee6 into geekcomputers:master May 5, 2025
0 of 2 checks passed
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.

3 participants