Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #28308 > unrolled thread
| Started by | me <me@joshmk.com> |
|---|---|
| First post | 2012-09-02 19:58 +0000 |
| Last post | 2012-09-02 13:33 -0700 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
Re: newbie ``print`` question me <me@joshmk.com> - 2012-09-02 19:58 +0000
Re: newbie ``print`` question Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-09-02 21:24 +0100
Re: newbie ``print`` question Chris Rebert <clp2@rebertia.com> - 2012-09-02 13:33 -0700
| From | me <me@joshmk.com> |
|---|---|
| Date | 2012-09-02 19:58 +0000 |
| Subject | Re: newbie ``print`` question |
| Message-ID | <5043ba4a$0$13161$c3e8da3$14a0410e@news.astraweb.com> |
Well you can convert the ints to str then concatenate them. print "1" + "2"
[toc] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2012-09-02 21:24 +0100 |
| Message-ID | <mailman.110.1346617391.27098.python-list@python.org> |
| In reply to | #28308 |
On 02/09/2012 20:58, me wrote: > Well you can convert the ints to str then concatenate them. > > print "1" + "2" > Please post other parts of the thread so people can get the context or don't bother posting at all, thanks. -- Cheers. Mark Lawrence.
[toc] | [prev] | [next] | [standalone]
| From | Chris Rebert <clp2@rebertia.com> |
|---|---|
| Date | 2012-09-02 13:33 -0700 |
| Message-ID | <mailman.111.1346618030.27098.python-list@python.org> |
| In reply to | #28308 |
On Sun, Sep 2, 2012 at 1:24 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote: > On 02/09/2012 20:58, me wrote: >> >> Well you can convert the ints to str then concatenate them. >> >> print "1" + "2" >> > > Please post other parts of the thread so people can get the context or don't > bother posting at all, thanks. Please also adjust your mail client so that your "From" is more informative and less confusing than simply "me". Regards, Chris
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web