0
One quick question about variables within functions
I often see codes like these: "def Insert_A_Function (A, B, C)" And then they keep using the A, B and C even though they haven't given those any values and it simply works. Why and how?
1 ответ
+ 2
~ swim ~ ohh ok, thank you :)