Skip to content

Added Another solution for question 13#89

Merged
darkprinx merged 1 commit into
darkprinx:masterfrom
naveen675:patch-3
Jul 23, 2026
Merged

Added Another solution for question 13#89
darkprinx merged 1 commit into
darkprinx:masterfrom
naveen675:patch-3

Conversation

@naveen675

Copy link
Copy Markdown

Using Filter function

@darkprinx

Copy link
Copy Markdown
Owner

Thanks for this! Two things before it's ready to merge: 1) the ```python fence you open is never closed, so the rest of the file after this point renders as code text instead of normal markdown; 2) the code itself looks incomplete — it defines check_number but never calls it, and ends up printing the letter count twice instead of printing letters and digits separately. Could you fix both?

@darkprinx
darkprinx merged commit 9c25e8c into darkprinx:master Jul 23, 2026
@darkprinx

Copy link
Copy Markdown
Owner

Went ahead and merged this with a few fixes: closed the unclosed docstring/code fence, removed stray leading indentation that would've raised an IndentationError, and wired up check_number (it was defined but never called — the code called check_letter twice instead, so digits were never actually counted). It now prints both letters and digits as intended. Thanks for the contribution! 🎉

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.

2 participants