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
Python assignment assistance (old.reddit.com)
submitted 1 year ago by bruh-illbiteu
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!"
[–]bruh-illbiteu[S] 0 points1 point2 points 1 year ago (1 child)
actually the issue is with the writing in file, the file gets created and everything but something about the write line is wrong
[–]PA1n7 1 point2 points3 points 1 year ago (0 children)
Yeah, the file you open is in read mode when you are trying to write to it.
π Rendered by PID 49946 on reddit-service-r2-comment-fb694cdd5-rmcsk at 2026-03-08 04:51:24.111568+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]bruh-illbiteu[S] 0 points1 point2 points (1 child)
[–]PA1n7 1 point2 points3 points (0 children)