<div dir="ltr"><br>Answer:<br>Here is the code :<br><br>&gt;&gt;&gt; firstname = raw_input(&quot;\n Enter your first name : &quot;)<br>&gt;&gt;&gt; lastname = raw_input(&quot;\n Enter your last name : &quot;)<br>&gt;&gt;&gt; print (&quot; Printing Your Complete name.............&quot;)<br>
&gt;&gt;&gt; print firstname + &quot; &quot; + lastname<br><br>Regards,<br>Rohit<br><br><div class="gmail_quote">On Fri, Feb 5, 2010 at 6:04 PM, Kent Johnson <span dir="ltr">&lt;<a href="mailto:kent37@tds.net">kent37@tds.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Thu, Feb 4, 2010 at 5:39 PM, ssiverling &lt;<a href="mailto:ssiverling@gmail.com">ssiverling@gmail.com</a>&gt; wrote:<br>

&gt;<br>
&gt;<br>
&gt; I uploaded a file.  I know it&#39;s not very impressive.<br>
<br>
</div>Where did you upload it?<br>
<br>
For short programs you can just include them in your email.<br>
<br>
Also, please don&#39;t top-post, and please subscribe to the list.<br>
<font color="#888888"><br>
Kent<br>
</font><div><div></div><div class="h5">&gt;<br>
&gt;<br>
&gt; Kent Johnson wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Feb 4, 2010 at 1:19 PM, ssiverling &lt;<a href="mailto:ssiverling@gmail.com">ssiverling@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; So I have been working on this example for a little while.  I looked for<br>
&gt;&gt;&gt; the<br>
&gt;&gt;&gt; answer before posting.  I tried to use two raw inputs, then use<br>
&gt;&gt;&gt; sys.stdout.write, to add them together.  However I think I might need to<br>
&gt;&gt;&gt; use<br>
&gt;&gt;&gt; a variable.  Any help would be appreciated.  Thank you in advance.<br>
&gt;&gt;<br>
&gt;&gt; What have you done so far? If you show us some code we can better help<br>
&gt;&gt; you.<br>
&gt;&gt;<br>
&gt;&gt; Kent<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Tutor maillist  -  <a href="mailto:Tutor@python.org">Tutor@python.org</a><br>
&gt;&gt; To unsubscribe or change subscription options:<br>
&gt;&gt; <a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; <a href="http://old.nabble.com/file/p27460922/psy" target="_blank">http://old.nabble.com/file/p27460922/psy</a> psy<br>
&gt; --<br>
&gt; View this message in context: <a href="http://old.nabble.com/Variable%3A-From-input-and-output-tp27457364p27460922.html" target="_blank">http://old.nabble.com/Variable%3A-From-input-and-output-tp27457364p27460922.html</a><br>

&gt; Sent from the Python - tutor mailing list archive at Nabble.com.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Tutor maillist  -  <a href="mailto:Tutor@python.org">Tutor@python.org</a><br>
&gt; To unsubscribe or change subscription options:<br>
&gt; <a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br>
&gt;<br>
_______________________________________________<br>
Tutor maillist  -  <a href="mailto:Tutor@python.org">Tutor@python.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="http://mail.python.org/mailman/listinfo/tutor" target="_blank">http://mail.python.org/mailman/listinfo/tutor</a><br>
</div></div></blockquote></div><br></div>