In Python language, what is (void) referring to?

Chris “Kwpolska” Warrick kwpolska at gmail.com
Sat Sep 21 05:21:20 EDT 2013


On Sat, Sep 21, 2013 at 11:10 AM, Don Sylvia <donsylvia95 at gmail.com> wrote:
> void...........?
> --
> https://mail.python.org/mailman/listinfo/python-list

void does not exist in Python, unless you named a variable “void”.  In
that case, it means whatever you set it to.

-- 
Chris “Kwpolska” Warrick <http://kwpolska.tk>
PGP: 5EAAEA16
stop html mail | always bottom-post | only UTF-8 makes sense



More information about the Python-list mailing list