Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'debug': 0.07; 'sized': 0.07; 'rows': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'properly': 0.19; 'input': 0.22; 'cc:addr:python.org': 0.22; 'print': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'statement': 0.30; 'message-id:@mail.gmail.com': 0.30; 'code': 0.31; 'received:google.com': 0.35; 'little': 0.38; 'how': 0.40; 'show': 0.63; 'mar': 0.68; 'gotten': 0.74; '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=+4jc99+yTkk6ue/dKFlDK+43meJhuPSSsjrSfjtCPmE=; b=uVuTzm9062oahcHG0S78cjj2hpLNiTmgS6u2pM9efLwFs6k6kWiTGkodKbrv1RO1c8 Kas1KbQVqLtQg0Ra13aqvq5E+rnouk9WWwBGgIpjjxVsnaKZG+rTS79/EZV17PHTTNwT 9Dkk70qyIE7ucmwxTeImGO4L4+ZngJWmeu19DuYim0Hl/uYsh4OrSAn3uhXdUlURWf72 MIQyHNAHe0GUCCCK76JhO1RFTVG+154X0AI7ZVKKByq3PCkkn6hKjFdvxFdxN6DNk5Fv ExO1QDUE47IckKU5O4n4FCgrYfZ1va/6x4DRwWHQJT9TZYK9ERs82JZ6yI9c6ecYjKHn RG9Q== MIME-Version: 1.0 X-Received: by 10.66.26.15 with SMTP id h15mr10776406pag.24.1393701397929; Sat, 01 Mar 2014 11:16:37 -0800 (PST) In-Reply-To: References: Date: Sun, 2 Mar 2014 06:16:37 +1100 Subject: Re: Boxes of O's 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1393701408 news.xs4all.nl 2933 [2001:888:2000:d::a6]:42325 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:67340 On Sun, Mar 2, 2014 at 6:12 AM, wrote: > Create a big box out of n rows of little o's for any desired size n. Use an input statement to allow the user to enter the value for n and then print the properly sized box. How far have you gotten so far with your homework? Show us some code and we can help you debug it. ChrisA