Introduction

Note that in Python 3, unicode and basestring no longer exist (there is only str) and a bytes object is no longer a kind of string (it is a sequence of integers instead) For sequences, (strings, lists, tuples), use the fact that empty sequences are false. ................
................