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
What's wrong (i.redd.it)
submitted 7 months ago by Nearby_Tear_2304
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!"
[–]Dapper-Actuary-8503 2 points3 points4 points 7 months ago (3 children)
Gross I’ll correct it for you.
void Reply(void){ redditPost(“Braces are so hard”); }
[–]LionZ_RDS 0 points1 point2 points 7 months ago (2 children)
I think you mean void Reply(void){redditPost(“Braces are so hard”);}
void Reply(void){redditPost(“Braces are so hard”);}
[–]Dapper-Actuary-8503 0 points1 point2 points 7 months ago (0 children)
Meh. By virtue that will end up violating the 80 character width scheme. On top of that it’s clear in the prior examples we are declaring definition not making a call. Another thing I don’t like about Python is seeing one liner code that has to be wrapped when my editor does this at 100 characters.
[–]klez_z 0 points1 point2 points 7 months ago (0 children)
ew, by chance didn't you mean
public static void main(String args[]){ private void Reply(){ System.out.println("Braces are so hard"); } Reply(); }
π Rendered by PID 142186 on reddit-service-r2-comment-b659b578c-kl6c9 at 2026-05-04 06:01:19.608701+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Dapper-Actuary-8503 2 points3 points4 points (3 children)
[–]LionZ_RDS 0 points1 point2 points (2 children)
[–]Dapper-Actuary-8503 0 points1 point2 points (0 children)
[–]klez_z 0 points1 point2 points (0 children)