Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #67340
| 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 | <rosuav@gmail.com> |
| 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 | <c753ba44-379b-4322-96c0-4ba5cb8fa7c1@googlegroups.com> |
| References | <c753ba44-379b-4322-96c0-4ba5cb8fa7c1@googlegroups.com> |
| Date | Sun, 2 Mar 2014 06:16:37 +1100 |
| Subject | Re: Boxes of O's |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <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 <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> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.7529.1393701408.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Sun, Mar 2, 2014 at 6:12 AM, <geniusrko@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Boxes of O's geniusrko@gmail.com - 2014-03-01 11:12 -0800
Re: Boxes of O's Chris Angelico <rosuav@gmail.com> - 2014-03-02 06:16 +1100
Re: Boxes of O's geniusrko@gmail.com - 2014-03-01 11:28 -0800
Re: Boxes of O's MRAB <python@mrabarnett.plus.com> - 2014-03-01 19:41 +0000
Re: Boxes of O's Chris Angelico <rosuav@gmail.com> - 2014-03-02 06:54 +1100
Re: Boxes of O's geniusrko@gmail.com - 2014-03-02 06:43 -0800
Re: Boxes of O's Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-03-02 14:56 +0000
Re: Boxes of O's Glazner <yoavglazner@gmail.com> - 2014-03-02 13:30 -0800
Re: Boxes of O's Michael Torrie <torriem@gmail.com> - 2014-03-02 14:48 -0700
Re: Boxes of O's Dave Angel <davea@davea.name> - 2014-03-01 22:04 -0500
csiph-web