
Jan. 27, 2003
10:07 a.m.
Scott Fenton <scott@fenton.baltimore.md.us> writes:
Stuff I think can be easily done in python that haven't been yet: dir, raw_input, reload, round, and xrange.
dir is probably possible but a bit tedious. raw_input is impossible if you what full compatibility AFAICT (readline). round, xrange, reload should all be pretty easy. Cheers, M.