How to do * and & C-lang. operations in Python?

Ignacio Vazquez-Abrams ignacio at openservices.net
Thu Sep 20 13:00:08 EDT 2001


On 20 Sep 2001, Toni Gaya wrote:

> Assignaments are done by 'value', not by 'reference'. Function calls
> are done by 'reference'. How to do assignaments by reference?. In C

Check Google Groups for the answer.

> Another question:
>
> module1:
> 	import module2
>
> module2:

import module1

-- 
Ignacio Vazquez-Abrams  <ignacio at openservices.net>





More information about the Python-list mailing list