Skip to content

added another solution to q13#87

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

added another solution to q13#87
darkprinx merged 1 commit into
darkprinx:masterfrom
naveen675:patch-2

Conversation

@naveen675

Copy link
Copy Markdown

No description provided.

@darkprinx

Copy link
Copy Markdown
Owner

Thanks for the alternate solution! One issue: every line has a stray leading indent even though it's meant to be top-level code — if someone copy-pastes this into a .py file as-is, Python will raise an IndentationError on the first line (a,b= input().split(',')). Could you remove the leading whitespace so it runs as posted?

@darkprinx

Copy link
Copy Markdown
Owner

Went ahead and merged this with the stray leading indentation removed — every line had a 1-2 space indent even though it's meant to be top-level code, which would've raised an IndentationError if pasted as-is. Thanks for the contribution! 🎉

@darkprinx
darkprinx merged commit bd61bde into darkprinx:master Jul 23, 2026
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