D
Davy
Hi all,
When I read "programming python", I found there is a code like
def parse(self, *text):
while text is a string. What's "*" mean?(Does it mean pointer like in
C?)
And I recall there is "**args" in Python, what's "**" mean?
Best regards,
Davy
When I read "programming python", I found there is a code like
def parse(self, *text):
while text is a string. What's "*" mean?(Does it mean pointer like in
C?)
And I recall there is "**args" in Python, what's "**" mean?
Best regards,
Davy