Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: HELP PLEASE printing single characters! Date: Wed, 2 Dec 2015 14:15:35 -0600 Lines: 4 Message-ID: References: <75854ef5-fdd5-49da-88e8-27687b8d31c6@googlegroups.com> <39698cab-6f54-4a27-8626-9625dbaf6917@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de Ra88GdB70o+9QfmD3hz+LA5WQzG7gGqawhWqEE+GAmDw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.028 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'received:209.85.223': 0.03; 'elements.': 0.05; 'subject:characters': 0.09; 'wed,': 0.15; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; '2015': 0.20; 'dec': 0.23; 'elements': 0.23; 'header:In-Reply- To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'correct': 0.28; 'code': 0.30; 'list': 0.34; 'received:google.com': 0.35; 'should': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'skip:o 20': 0.38; 'to:addr:python.org': 0.40; 'situation': 0.67; 'riley': 0.84; 'subject:printing': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=qUV1EUOGLv0hSbEI1z9/Bl3iiX87sPFAd01J4um1Zg4=; b=nE8AbOrzVotMRmQ7c19vp7R4QxhbqIE9alyiqdCKNfHbjQByYUiFKrJcXlu/PyAblY 7EgzeCSxAzDVr23H/yd7TT0xI4la+EVJdjSJG0dxVM3mf9N3pBPnpxGF6Gxo3WMw0k2K UqUqC/SxCDT3TfSbOy5JlgFjaPWy/zWIVLM4MS6vMD4WNrYRYf9QGy+nlB03y74Ue7i0 1rbfQhwMPKXd4SrdGxdx1153x37faTdQtIA5feGI4mE6yTlaHMRf7zhxdMOkGG98HUFe Lc6Mz+yCBWgOrprlDSwG81Jh3J4u33OplycfYqK3ziBVb501UCIeQdCcy9kakdtKSr5u JAPA== X-Received: by 10.107.19.12 with SMTP id b12mr6211145ioj.11.1449087374871; Wed, 02 Dec 2015 12:16:14 -0800 (PST) In-Reply-To: <39698cab-6f54-4a27-8626-9625dbaf6917@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99911 On Wed, Dec 2, 2015 at 1:44 PM, Dylan Riley wrote: > hi ian what would be the correct code to use in this situation then because as far as i am aware the elements of my list should be printed as whole elements and not just characters of the elements. order.append(choice)