[Tutor] What *var* mean?

Magnus Lyckå magnus@thinkware.se
Wed Jul 9 10:50:08 2003


At 10:56 2003-07-09 -0300, Luiz Siqueira Neto wrote:
>I see a lot of variables like this
>--
>*var*
>--
>
>What is this?

Context please?

Where do you see there, and what are you asking about?
Asterisks surrounding variable names?

If there are in the code they probably mean multiplication,
if they appear in text describing code, they are probably
just there for *emphasis*. There is no such thing as italics
in a text file...

On the other hand *args and **kwargs are different
things, but we've recently covered that.


--
Magnus Lycka (It's really Lyckå), magnus@thinkware.se
Thinkware AB, Sweden, www.thinkware.se
I code Python ~ The Agile Programming Language