<html><div style='background-color:'><BR>I wrote this to add 2 numbers...<BR><BR>print "Please input data"<BR>number1 = int(raw_input(" "))<BR>number2 = int(raw_input("+ "))<BR><BR><BR>total = number1 + number2<BR>print total<BR><BR>raw_input("")<BR><BR>I want to make output like this...<BR><BR>1 + 1 = 2<BR><BR>But, actually... it looks like this...<BR><BR>1<BR>+ 1<BR>2<BR><BR><BR>
<DIV><STRONG><U><FONT size=6></FONT></U></STRONG>&nbsp;</DIV></div><br clear=all><hr>Express yourself instantly with MSN Messenger! <a href="http://g.msn.com/8HMAEN/2737??PS=47575" target="_top">MSN Messenger</a> Download today it's FREE!</html>