<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>I am trying to get 2 string variables and 2 integer variables to be able to be multiplied</DIV>
<DIV>can anyone tell me what I did wrong</DIV>
<DIV>&nbsp;</DIV>
<DIV>str1 = raw_input("Type in a String: ")<BR>str2 = raw_input("Type in a String: ")<BR>int1 = raw_input("Type in a integer variable: ")<BR>int2 = raw_input("Type in a integer variable: ")<BR>print str1 + str2 + int1 + int2<BR>import math <BR>print str1, "*", str2, "*", int1, "*"int2 &nbsp;"=", str1, * str2, * int1 * int 2</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>and it wont let me write int2</DIV>
<DIV>I know this may look stupid to most people&nbsp; but I am just new at this so dont laugh&nbsp; :)</DIV></td></tr></table>