doesnt look like you're passing any data to the print statement,
shouldn't it be something like

print '%d' % 4

output:
4\n

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to