Variables

Steven Bethard steven.bethard at gmail.com
Sat Apr 23 23:21:08 EDT 2005


Richard Blackwood wrote:
> Indeed, this language is math. My friend says that foo is a constant and 
> necessarily not a variable. If I had written foo = raw_input(), he would 
> say that foo is a variable.

Then what does he say if you write:

foo = 5
foo = 6

?

STeVe



More information about the Python-list mailing list