On 2014-09-24 13:30:55 +0000, ast said:
we have some methods associated with file f […] f.close() f.name
print(type(f.close)) print(type(f.name)) Spot the difference. -- Andrea -- https://mail.python.org/mailman/listinfo/python-list
On 2014-09-24 13:30:55 +0000, ast said:
we have some methods associated with file f […] f.close() f.name
print(type(f.close)) print(type(f.name)) Spot the difference. -- Andrea -- https://mail.python.org/mailman/listinfo/python-list