what is arg | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

what is arg

21st Aug 2016, 3:20 AM
shubham singla
7 Answers
+ 2
argument
25th Dec 2016, 9:37 PM
CodeQueen👓Renee Holzbach
CodeQueen👓Renee Holzbach - avatar
+ 2
argument is variable and sending for function when u called function in your program
22nd Jan 2017, 11:33 PM
kiya
kiya - avatar
+ 2
@Lone_Wolf I haven't finished some of the tutorials you've already done..... I was a fool to accept a challenge but it was a good learning experience although I lost.... 3 times, thanks ......ooops my bad, we are executing the same tutorials. congratulations on your new badge
18th Feb 2017, 1:52 PM
CodeQueen👓Renee Holzbach
CodeQueen👓Renee Holzbach - avatar
+ 1
its actually just a variable. you change it to any word you like.
21st Aug 2016, 7:00 PM
Erwin Mesias
Erwin Mesias - avatar
+ 1
it's an argument
17th Jan 2017, 5:22 AM
GLEN MUDAU
GLEN MUDAU - avatar
0
roll of arg in c
21st Aug 2016, 12:31 PM
shubham singla
0
#please help me #im undestand this code: def test(func, arg): return func(func(arg)) def mult(x): return x * x #this is 2*2=4 print(test(mult, 2))
30th Mar 2021, 9:59 AM
Loris Stanley Ruch