a = 1
b = a
c = b
d = 2
b = d
then c = ?
while programming by python, " = " means substitution.
the answer is " 1 "
Trackback URL : http://www.iampioneer.com/trackback/380
a = 1
b = a
c = b
d = 2
b = d
then c = ?
while programming by python, " = " means substitution.
the answer is " 1 "
Trackback URL : http://www.iampioneer.com/trackback/380
Leave your greetings here.