<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Print without a new line or space in Python</title>
	<atom:link href="http://codingrecipes.com/print-without-a-new-line-or-space-in-python/feed" rel="self" type="application/rss+xml" />
	<link>http://codingrecipes.com/print-without-a-new-line-or-space-in-python</link>
	<description></description>
	<lastBuildDate>Sun, 22 Jan 2012 07:31:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: py3k</title>
		<link>http://codingrecipes.com/print-without-a-new-line-or-space-in-python/comment-page-1#comment-4005</link>
		<dc:creator>py3k</dc:creator>
		<pubDate>Thu, 22 Dec 2011 14:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=491#comment-4005</guid>
		<description>Comma does not work for me.
See: http://docs.python.org/py3k/library/functions.html#print</description>
		<content:encoded><![CDATA[<p>Comma does not work for me.<br />
See: <a href="http://docs.python.org/py3k/library/functions.html#print" rel="nofollow">http://docs.python.org/py3k/library/functions.html#print</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sola</title>
		<link>http://codingrecipes.com/print-without-a-new-line-or-space-in-python/comment-page-1#comment-2725</link>
		<dc:creator>sola</dc:creator>
		<pubDate>Fri, 26 Aug 2011 12:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=491#comment-2725</guid>
		<description>can you help me insert a newline in this string(name=fname+lname+tname+kname+mname
)</description>
		<content:encoded><![CDATA[<p>can you help me insert a newline in this string(name=fname+lname+tname+kname+mname<br />
)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://codingrecipes.com/print-without-a-new-line-or-space-in-python/comment-page-1#comment-1760</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Fri, 25 Mar 2011 19:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=491#comment-1760</guid>
		<description>Why don&#039;t you just do 

print &quot;Hello\nWorld\n!&quot; ?</description>
		<content:encoded><![CDATA[<p>Why don&#8217;t you just do </p>
<p>print &#8220;Hello\nWorld\n!&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thank you</title>
		<link>http://codingrecipes.com/print-without-a-new-line-or-space-in-python/comment-page-1#comment-1752</link>
		<dc:creator>Thank you</dc:creator>
		<pubDate>Thu, 24 Mar 2011 05:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=491#comment-1752</guid>
		<description>Thank you. I like it.</description>
		<content:encoded><![CDATA[<p>Thank you. I like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vanuan</title>
		<link>http://codingrecipes.com/print-without-a-new-line-or-space-in-python/comment-page-1#comment-1671</link>
		<dc:creator>vanuan</dc:creator>
		<pubDate>Tue, 01 Mar 2011 19:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=491#comment-1671</guid>
		<description>print &quot;Hello&quot;,</description>
		<content:encoded><![CDATA[<p>print &#8220;Hello&#8221;,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://codingrecipes.com/print-without-a-new-line-or-space-in-python/comment-page-1#comment-1614</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Sat, 22 Jan 2011 20:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=491#comment-1614</guid>
		<description>Hi everybody!

I have al litle problem with this, when I use, I get in output a &quot;None&quot; and a line break after what I want print. Maybe beacause i´m usign this inside a while but i´m not shure. Any idea?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi everybody!</p>
<p>I have al litle problem with this, when I use, I get in output a &#8220;None&#8221; and a line break after what I want print. Maybe beacause i´m usign this inside a while but i´m not shure. Any idea?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Codehead</title>
		<link>http://codingrecipes.com/print-without-a-new-line-or-space-in-python/comment-page-1#comment-1227</link>
		<dc:creator>Codehead</dc:creator>
		<pubDate>Mon, 02 Aug 2010 20:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=491#comment-1227</guid>
		<description>I&#039;m pretty sure that you can only do that in Python 3...</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure that you can only do that in Python 3&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiril Vladimiroff</title>
		<link>http://codingrecipes.com/print-without-a-new-line-or-space-in-python/comment-page-1#comment-1226</link>
		<dc:creator>Kiril Vladimiroff</dc:creator>
		<pubDate>Mon, 02 Aug 2010 17:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=491#comment-1226</guid>
		<description>Why not just:
print(&#039;foo&#039;, end=&#039;&#039;)
print(&#039;bar&#039;)

Will print: &quot;foobar&quot;.</description>
		<content:encoded><![CDATA[<p>Why not just:<br />
print(&#8216;foo&#8217;, end=&#8221;)<br />
print(&#8216;bar&#8217;)</p>
<p>Will print: &#8220;foobar&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venu gopa rao</title>
		<link>http://codingrecipes.com/print-without-a-new-line-or-space-in-python/comment-page-1#comment-1046</link>
		<dc:creator>Venu gopa rao</dc:creator>
		<pubDate>Fri, 21 May 2010 12:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=491#comment-1046</guid>
		<description>Thankx helped a lot</description>
		<content:encoded><![CDATA[<p>Thankx helped a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jinsong Huang</title>
		<link>http://codingrecipes.com/print-without-a-new-line-or-space-in-python/comment-page-1#comment-206</link>
		<dc:creator>Jinsong Huang</dc:creator>
		<pubDate>Wed, 04 Nov 2009 18:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.code-head.com/?p=491#comment-206</guid>
		<description>For unbuffered read, see this thread.

http://code.activestate.com/recipes/134892/</description>
		<content:encoded><![CDATA[<p>For unbuffered read, see this thread.</p>
<p><a href="http://code.activestate.com/recipes/134892/" rel="nofollow">http://code.activestate.com/recipes/134892/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

