Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99911
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: HELP PLEASE printing single characters! |
| Date | Wed, 2 Dec 2015 14:15:35 -0600 |
| Lines | 4 |
| Message-ID | <mailman.145.1449087377.14615.python-list@python.org> (permalink) |
| References | <75854ef5-fdd5-49da-88e8-27687b8d31c6@googlegroups.com> <mailman.143.1449083343.14615.python-list@python.org> <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 | <ian.g.kelly@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:99911 |
Show key headers only | View raw
On Wed, Dec 2, 2015 at 1:44 PM, Dylan Riley <dylan.riley@hotmail.com> 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)
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
HELP PLEASE printing single characters! Dylan Riley <dylan.riley@hotmail.com> - 2015-12-02 10:58 -0800
Re: HELP PLEASE printing single characters! Ian Kelly <ian.g.kelly@gmail.com> - 2015-12-02 13:08 -0600
Re: HELP PLEASE printing single characters! Dylan Riley <dylan.riley@hotmail.com> - 2015-12-02 11:44 -0800
Re: HELP PLEASE printing single characters! Ian Kelly <ian.g.kelly@gmail.com> - 2015-12-02 14:15 -0600
Re: HELP PLEASE printing single characters! John Strick <jstrickler@gmail.com> - 2015-12-02 16:08 -0800
Re: HELP PLEASE printing single characters! Larry Hudson <orgnut@yahoo.com> - 2015-12-03 20:08 -0800
csiph-web