Python complaints

Thien-Thi Nguyen ttnttn at toad.scripps
Tue Dec 14 13:19:09 EST 1999


Charles Boncelet <boncelet at udel.edu> writes:

> fx = []
> for a in x:
>     fx.append(a**2)
> 
> Am I missing something?

missing the final assignment: sq = fx

thi



More information about the Python-list mailing list