[EMAIL PROTECTED] schrieb:
> How to check if a string is empty in python?
> if(s == "") ??

Exactly so. "not s" works as well.

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

Reply via email to