newbie python question# Programming - 葵花宝典
c*e
1 楼
in C i can do,
int i;
int & j = i;
then when i change i's value I will see the change reflected in j as well.
how to do this in python. a quick search around didnt ring any bell.
thx.
int i;
int & j = i;
then when i change i's value I will see the change reflected in j as well.
how to do this in python. a quick search around didnt ring any bell.
thx.