Hi guys,

Question. Have this code

intX = 32                          # decl + init int var
intX_asString = None               # decl + init with NULL string var

intX_asString = intX.__str__ ()    # convert int to string

What are these ugly underscores for? _________________str___________________

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

Reply via email to