<?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>Comentarios en: Variables y Operador &#8216;%&#8217;</title>
	<atom:link href="http://akheron-linux.com/pythonpage/python_basico/variables-y-operador/feed" rel="self" type="application/rss+xml" />
	<link>http://akheron-linux.com/pythonpage/python_basico/variables-y-operador</link>
	<description>--Blog Personal y Oficial--</description>
	<lastBuildDate>Wed, 21 Jul 2010 21:22:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Por: CARRARO_X</title>
		<link>http://akheron-linux.com/pythonpage/python_basico/variables-y-operador/comment-page-1#comment-14443</link>
		<dc:creator>CARRARO_X</dc:creator>
		<pubDate>Sat, 05 Dec 2009 22:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://akheron-linux.com/?p=414#comment-14443</guid>
		<description>Que tla yo encontré un código praa crear una ventana usando Tkinter de Python:
from Tkinter import *

root = Tk()

frame = Frame(root)
frame.pack()

label = Label(frame, text=&quot;Hola mundo&quot; )
c1 = Checkbutton(frame, text=&quot;Uno&quot; )
c2 = Checkbutton(frame, text=&quot;Dos&quot; )
entry = Entry(frame)
button = Button(frame, text=&quot;Aceptar&quot; )

label.pack()
c1.pack()
c2.pack()
entry.pack()
button.pack()

root.mainloop()</description>
		<content:encoded><![CDATA[<p>Que tla yo encontré un código praa crear una ventana usando Tkinter de Python:<br />
from Tkinter import *</p>
<p>root = Tk()</p>
<p>frame = Frame(root)<br />
frame.pack()</p>
<p>label = Label(frame, text=&#8221;Hola mundo&#8221; )<br />
c1 = Checkbutton(frame, text=&#8221;Uno&#8221; )<br />
c2 = Checkbutton(frame, text=&#8221;Dos&#8221; )<br />
entry = Entry(frame)<br />
button = Button(frame, text=&#8221;Aceptar&#8221; )</p>
<p>label.pack()<br />
c1.pack()<br />
c2.pack()<br />
entry.pack()<br />
button.pack()</p>
<p>root.mainloop()</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Lil0</title>
		<link>http://akheron-linux.com/pythonpage/python_basico/variables-y-operador/comment-page-1#comment-13564</link>
		<dc:creator>Lil0</dc:creator>
		<pubDate>Thu, 02 Jul 2009 00:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://akheron-linux.com/?p=414#comment-13564</guid>
		<description>bueno pues igual concuerdo con C0dex esso lo usaba en c++
algo asi =p 
int numero;
scanf(&quot;%d&quot;,&amp;numero);</description>
		<content:encoded><![CDATA[<p>bueno pues igual concuerdo con C0dex esso lo usaba en c++<br />
algo asi =p<br />
int numero;<br />
scanf(&#8220;%d&#8221;,&amp;numero);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: c0dex__</title>
		<link>http://akheron-linux.com/pythonpage/python_basico/variables-y-operador/comment-page-1#comment-13239</link>
		<dc:creator>c0dex__</dc:creator>
		<pubDate>Wed, 01 Jul 2009 07:55:34 +0000</pubDate>
		<guid isPermaLink="false">http://akheron-linux.com/?p=414#comment-13239</guid>
		<description>el uso de &quot;%&quot; como dices no confundir con el operador modulo(%) se usa como en c o c++ buen dato... =) aunque creo en c o c++ en vez de usar nueva,mente el % para hacer la referencia al %i se usaba el &amp;...pero bueno aca andamos en python... =) sigue asi... :D</description>
		<content:encoded><![CDATA[<p>el uso de &#8220;%&#8221; como dices no confundir con el operador modulo(%) se usa como en c o c++ buen dato&#8230; =) aunque creo en c o c++ en vez de usar nueva,mente el % para hacer la referencia al %i se usaba el &amp;&#8230;pero bueno aca andamos en python&#8230; =) sigue asi&#8230; :D</p>
]]></content:encoded>
	</item>
</channel>
</rss>
