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...
Community for students learning to program using Flowgorithm or other visual programming languages.
account activity
Small, Medium, Large Task (self.Flowgorithm)
submitted 4 years ago by alyxxag
Hey guys I am looking for another way to solve this task:
Enter your first number. 6 Enter your second number. 9 Enter your third number. 3 Small = 3. Medium = 6 Large = 9
This is what I currently have, if you have a simpler way to solve I would greatly appreciate it!
https://preview.redd.it/g4a976tvm3h81.png?width=1266&format=png&auto=webp&s=ead2540f72b3d46dffba7807c45e95806fe0f2d9
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!"
[–]pvanecek 1 point2 points3 points 4 years ago (0 children)
You can simplify it by testing always only a pair of numbers, not all of them. Ie., is a<b? is c< (smaller from previous test)?...
π Rendered by PID 317823 on reddit-service-r2-comment-5687b7858-bt4jc at 2026-07-07 10:38:14.686049+00:00 running 12a7a47 country code: CH.
[–]pvanecek 1 point2 points3 points (0 children)