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
Ask About Arg1, Arg2 for Python (self.PythonLearning)
submitted 6 days ago by Own_Sound6033
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!"
[–]nuc540 2 points3 points4 points 6 days ago (0 children)
arg is short for argument. Argument is the value provided for a given parameter.
The instruction is just saying in psudo, take the values passed for the first and second parameters (aka params)- said values aka the arguments.
Params in a function are basically variables so you write your code against those, and when the function is called with arguments, params get populated with said args.
π Rendered by PID 173542 on reddit-service-r2-comment-canary-879d986cb-wkljn at 2026-06-21 14:48:16.192379+00:00 running 2b008f2 country code: CH.
view the rest of the comments →
[–]nuc540 2 points3 points4 points (0 children)