[Solved]Re: Help with TypeError: Can't convert 'list' object to str implicitly

Chris Angelico rosuav at gmail.com
Thu Feb 6 01:23:27 EST 2014


On Thu, Feb 6, 2014 at 5:08 PM, Dave Angel <davea at davea.name> wrote:
> print('The secretWord is ' + secretWord
> print('The secretKey is ' + key

))

http://xkcd.com/859/

ChrisA



More information about the Python-list mailing list