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 function to find the plaindrome #5

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

Conversation

sauravb10
Copy link

No description provided.

@2M4U
Copy link
Owner

2M4U commented Oct 30, 2022

Hello @sauravb10, can you explain what the true purpose of this plaindrome.py is for?

@2M4U 2M4U requested review from 2M4U and removed request for 2M4U October 30, 2022 13:43
@sauravb10
Copy link
Author

Palindrome strings are those strings that are precisely the same when spelled from either side. For example, "Madam" is also "Madam" when spelled backward. This type of string is very useful in computer science. This program palindrom.py will help detect whether the given input string is palindrome or not.

Kindly merge the pr if the code looks fine.

@2M4U
Copy link
Owner

2M4U commented Oct 30, 2022

My main concern in this .py script is, what functionality does it serve towards what is in this project, as you can see this project is mostly automated via ./src/update.js, what purpose would your script serve towards this project in particular, I don't see any issues with the code itself, it's more-so the issue of what purpose/functionality does it/will it serve towards this project.

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.

None yet

2 participants