On Sat, 21 Sep 2013 02:10:49 -0700, Don Sylvia wrote:

> void...........?

In Python, void doesn't mean anything.

[steve@ando ~]$ python
Python 2.7.2 (default, May 18 2012, 18:25:10)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-52)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> void
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'void' is not defined


What gave you the idea that void was part of Python?


-- 
Steven
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to