Skip to content

Added one more solution to question 11#86

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

Added one more solution to question 11#86
darkprinx merged 1 commit into
darkprinx:masterfrom
naveen675:patch-1

Conversation

@naveen675

Copy link
Copy Markdown

Added one more solution to question 11.

@darkprinx

Copy link
Copy Markdown
Owner

Thanks for adding this! One formatting note: the horizontal rule (---) and the "## Single line code ##" heading are placed inside the ```python fence, so they render as literal text rather than as markdown, and make the block invalid Python if someone tries to run it as-is. Could you move those two lines outside the fence, leaving just the print(...) line inside it?

@darkprinx
darkprinx merged commit d48dab4 into darkprinx:master Jul 23, 2026
@darkprinx

Copy link
Copy Markdown
Owner

Went ahead and merged this with the heading/rule moved outside the code fence — the "## Single line code ##" heading and the --- were both inside the ```python block, so they rendered as literal text and made the block invalid Python as written. Now it's just the print() line inside the fence, with the heading rendering properly above it. 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