0
I cannot understand function argument variables like what is argument and variable
for e.g def something (variable) print variable+=1. =8 I cannot understand it what is it how it answers 8
4 Respuestas
0
because variable is assigned to 8 always
0
whats that mean assigned
0
the statement is like
variable =variable + 1 =8
here variable+1 and variable = 8 always than ans is 8
0
why is it 8 plz define