How do you undo x = `a` if A is a list?
Moshe Zadka
moshez at math.huji.ac.il
Sat Feb 12 01:18:12 EST 2000
More information about the Python-list mailing list
Sat Feb 12 01:18:12 EST 2000
- Previous message (by thread): Interpreted C (was: Python sucks loud)
- Next message (by thread): How do you undo x = `a` if A is a list?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 11 Feb 2000, Emile van Sebille wrote: > >>> f = open(r"c:\temprepr","r") > >>> c = eval(f.readline) bug: you meant eval(f.readline()) -- Moshe Zadka <mzadka at geocities.com>. INTERNET: Learn what you know. Share what you don't.
- Previous message (by thread): Interpreted C (was: Python sucks loud)
- Next message (by thread): How do you undo x = `a` if A is a list?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list