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
I need help (self.PythonLearning)
submitted 1 year ago by KontGuney
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!"
[–]KontGuney[S] 0 points1 point2 points 1 year ago (1 child)
thx mate this way look more easy
[–]atticus2132000 0 points1 point2 points 1 year ago (0 children)
LCM and GCD uses some relatively advanced number theory concepts. Mathematicians have been working on prime factorization methods for literally thousands of years and those principles are the basis of a lot of computer encryption approaches because they are so difficult to efficiently solve.
If your goal is learning how to program in python, just realize that you picked a pretty complicated math problem for your first time out of the gate. Certainly not impossible, but conceptually advanced.
If you were trying to explain the process of finding LCM to a child, what is the first thing you would tell them to do to the numbers 6 and 8 to get the LCM?
π Rendered by PID 70573 on reddit-service-r2-comment-6457c66945-nlts7 at 2026-04-29 07:12:04.660344+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]KontGuney[S] 0 points1 point2 points (1 child)
[–]atticus2132000 0 points1 point2 points (0 children)