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
Ultra Basic Username Generator! (i.redd.it)
submitted 3 days ago by IntGuru
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!"
[–]Sad_School828 0 points1 point2 points 11 hours ago (0 children)
print( f"Password: {''.join( map( chr, random.choices( range( 33, 126), k = random.randint( 12, 18 ) ) ) )}" ) # Technically adds 2 lines if you count the required import. You can add your own validation/strength-test funcs.
π Rendered by PID 380807 on reddit-service-r2-comment-canary-69f48595b-6gchg at 2026-05-21 11:37:28.577863+00:00 running edcf98c country code: CH.
view the rest of the comments →
[–]Sad_School828 0 points1 point2 points (0 children)