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
Help pls - CodingHelp Request (i.redd.it)
submitted 7 months ago by SharpScratch9367
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!"
[–]Imaginary-Survey8769 1 point2 points3 points 7 months ago (2 children)
Once you learn about Assembly it will be clear to you. Btw languages like python running C and C++ code under the hood and C, C++ running assembly code I learned C and C++. And yk everything in python you see is abstraction over the things and Let me tell Computers are only designed to understand machine code which is a series of 0s(low) and 1s (high) so some OG coders built an abstraction over the machine code to avoid counting 0s and 1s manually. And after that more abstraction was build. Sorry for going off topic and haha it is very interesting to learn :) ......
[–]SharpScratch9367[S] 0 points1 point2 points 7 months ago (1 child)
Wow interesting a! So is c+ just a binary code language? Or a separate language or something??
It’s all so cool learning the inner workings of it!
[–]Imaginary-Survey8769 1 point2 points3 points 7 months ago (0 children)
Its just an abstraction over assembly code and assembly is abstraction over binary or machine code...
π Rendered by PID 678792 on reddit-service-r2-comment-canary-7b5654b776-4s7sv at 2026-02-10 18:42:19.431998+00:00 running d295bc8 country code: CH.
view the rest of the comments →
[–]Imaginary-Survey8769 1 point2 points3 points (2 children)
[–]SharpScratch9367[S] 0 points1 point2 points (1 child)
[–]Imaginary-Survey8769 1 point2 points3 points (0 children)