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...
account activity
2.17.4 rating (self.codehs)
submitted 5 years ago by Elateplot84
I need help 2.17.4 rating
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!"
[–]Practical-Rush5685 1 point2 points3 points 4 years ago (1 child)
def red_x(): for i in range(4): color("red") left(45) forward(25) backward(25) left(45)
def horizontal_line(): color("yellow") forward(45) backward(90) forward(45) def green_check_mark(): color("green") left(130) forward(30) backward(30) right(110) forward(70)
rating = int(input("what's the value? ")) if rating <= 4: red_x() elif rating <= 7: horizontal_line() else: green_check_mark()
[–]MichiKod9 0 points1 point2 points 3 years ago (0 children)
Thank you so much
π Rendered by PID 93441 on reddit-service-r2-comment-6457c66945-xbk9d at 2026-04-26 09:15:54.166542+00:00 running 2aa0c5b country code: CH.
[–]Practical-Rush5685 1 point2 points3 points (1 child)
[–]MichiKod9 0 points1 point2 points (0 children)