Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:: [': 0.04; "subject:' ": 0.07; 'cc:addr:python-list': 0.11; 'subject:Help': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'subject:object': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'subject:list': 0.30; 'message-id:@mail.gmail.com': 0.30; 'subject:with': 0.35; 'received:google.com': 0.35; 'subject:]': 0.38; 'pm,': 0.38; 'dave': 0.60; 'subject:Can': 0.60; 'angel': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=JQAZpJnE9mpF/zq4JG2hs+DcCof/4rGm4YhRLEHaEKQ=; b=baSD/1Ho9OFadmMM0fZPD5jdYdDODIWm5RDbcGygAEGVbk9WlGTXDVxonLQqIKdUJo 8FTRyIxMVUSvoPHVn2kFhqGa+e4p57Ro9nBUw8HuCH+rlIxyFHAi6aif/qnc/0M2blnl mwCybPu25VwKYjuEb6hcrk3UoT/cdUQGMZNy395C2WzCWPbLjQAqKq8s9G4+E+0f8WX9 RwLgdwKdwrJrkqvc+hmaS85b/tM0fIbuSHsMIUm4LuDGqLMWi3PsM31A3g0jlIsNDuzt +CLefLVWQXnNtjnpT+zzBrYx6vDFOnzIvybqiW4x34ywbY8F6pO1jzFiKRfucMB+impM CMlw== MIME-Version: 1.0 X-Received: by 10.68.182.165 with SMTP id ef5mr789747pbc.169.1391667807136; Wed, 05 Feb 2014 22:23:27 -0800 (PST) In-Reply-To: References: <6d3d99f8-637f-4249-a696-ab856b1b8682@googlegroups.com> Date: Thu, 6 Feb 2014 17:23:27 +1100 Subject: Re: [Solved]Re: Help with TypeError: Can't convert 'list' object to str implicitly From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391667816 news.xs4all.nl 2914 [2001:888:2000:d::a6]:53623 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65512 On Thu, Feb 6, 2014 at 5:08 PM, Dave Angel wrote: > print('The secretWord is ' + secretWord > print('The secretKey is ' + key )) http://xkcd.com/859/ ChrisA