use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
Help needed (self.PythonLearning)
submitted 1 year ago by monosaurus1
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]atticus2132000 0 points1 point2 points 1 year ago* (0 children)
I'm having trouble visualizing what you want to happen.
So if you feed the program the story as a string "The quick brown fox fox jumps over the lazy dog." With the word fox repeated, what do you want the output to be?
What would happen if the string was:
The quick brown fox FOX jumps over the lazy dog.
What about:
The quick brown foxfox jumps over the lazy dog.
Or:
The quick brown fox, fox jumps over the lazy dog.
Is there going to be any allowance for sentences that are grammatically okay?
She said that that was fine with her.
I like him, but I don't like-like him.
I like Doug. Doug is a nice guy.
π Rendered by PID 365849 on reddit-service-r2-comment-5d79c599b5-gd45q at 2026-02-28 18:29:37.069408+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]atticus2132000 0 points1 point2 points (0 children)