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

Added 32 new programs in the file. #1121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KashishJuneja101003
Copy link

@KashishJuneja101003 KashishJuneja101003 commented Oct 15, 2024

Issue number: #1087

This pull request adds Python programs from problem 83 to 114. These programs cover a wide range of fundamental concepts and programming techniques, including:

  1. Variable Length Arguments: Demonstrating the use of positional (*args) and keyword (**kwargs) arguments in Python functions.
  2. Number Manipulations: Programs for reversing a number, checking for palindromes, and computing Armstrong numbers.
  3. Patterns and Sequences: Constructing patterns using loops, including alphabetical and numerical sequences.
  4. List and Tuple Operations: Various programs performing operations like sorting, counting occurrences, swapping cases, and finding common elements between tuples.
  5. String Manipulations: Extracting digits from strings, counting occurrences of substrings, checking for palindromes, and separating vowels from consonants.
  6. Dictionary Operations: Programs involving dictionary creation, updating values, and accessing items.
  7. Menu-Driven Programs: Interactive menus for arithmetic operations and basic list and dictionary manipulations.
  8. Control Structures: Programs covering conditional statements and loops, such as electricity bill computation and grade calculation based on marks.

These additions provide diverse exercises on data structures, loops, conditionals, string handling, and more.

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@KashishJuneja101003
Copy link
Author

@Niketkumardheeryan Kindly review this pull request.
Thank You

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