<div class="gmail_quote">On Thu, Feb 4, 2010 at 12:19 PM, ssiverling <span dir="ltr">&lt;<a href="mailto:ssiverling@gmail.com">ssiverling@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
Greetings,<br>
<br>
So I want to learn assembly.  However, it can take a experienced C<br>
programmer a year to learn assembly.  With me it might take longer.  One<br>
thing I was reading is that alot of the tutorials assume prior programming<br>
experience.  So I figure I would go with an easier language.  So I looked up<br>
the MIT&#39;s opencourseware.<br>
<br>
So they are using python for their assignments.<br>
<a href="http://ocw.mit.edu/NR/rdonlyres/Electrical-Engineering-and-Computer-Science/6-00Fall-2008/EEEEAE23-29F5-4F88-9CF3-3E7A668C9846/0/pset0.pdf" target="_blank">http://ocw.mit.edu/NR/rdonlyres/Electrical-Engineering-and-Computer-Science/6-00Fall-2008/EEEEAE23-29F5-4F88-9CF3-3E7A668C9846/0/pset0.pdf</a><br>


One of their assignments  is to create a program that asks first name, and<br>
last name then puts them together.  I could program it too ask the name,<br>
then just program it with my name but that wouldn&#39;t be a quality job.<br>
<br>
So I have been working on this example for a little while.  I looked for the<br>
answer before posting.  I tried to use two raw inputs, then use<br>
sys.stdout.write, to add them together.  However I think I might need to use<br>
a variable.  Any help would be appreciated.  Thank you in advance.<br></blockquote><div><br></div><div>See if this might help:</div><div><a href="http://docs.python.org/reference/simple_stmts.html#the-print-statement">http://docs.python.org/reference/simple_stmts.html#the-print-statement</a></div>

<div><br></div><div>-Wayne</div></div>