Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'string': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:method': 0.09; 'wrote': 0.14; '"*"': 0.16; '"x"': 0.16; 'received:80.91.229.3': 0.16; 'received:97': 0.16; 'received:plane.gmane.org': 0.16; 'followed': 0.16; 'header:X -Complaints-To:1': 0.27; 'code': 0.31; 'subject:the': 0.34; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'subject:get': 0.81 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dave Angel Subject: Re: What is the simplest method to get a vector result? Date: Thu, 24 Jul 2014 22:44:51 -0400 (EDT) Organization: news.gmane.org References: <95524a09-7792-4cec-8c7e-7525a358ee8c@googlegroups.com> <8761imu93j.fsf@elektro.pacujo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 97.73.240.28 X-Newsreader: PiaoHong.Usenet.Client.VIP:1.56 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406256291 news.xs4all.nl 2906 [2001:888:2000:d::a6]:56771 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75193 fl Wrote in message: > > I am puzzled about the last part of your code and want to learn > from it (" * " " + "*" "). > 6 * " " + "x" will produce a string of 6 blanks followed by an x. -- DaveA