Jump to content

Empty string: Difference between revisions

/* {{header|Python}} Comment.
(→‎Tcl: Added implementation)
(/* {{header|Python}} Comment.)
Line 88:
 
=={{header|Python}}==
The empty string is printed by Python REPL as <nowiki>''</nowiki>, and is trated as boolean false, (as are most empty container types, by convention).
<lang python>s = ''
if not s:
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.