<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt;color:black;"><a href="mailto:tutor@python.org"><span style="color: rgb(0, 0, 0);">x=0</span></a><br><a href="mailto:tutor@python.org"><span style="color: rgb(0, 0, 0);">y=0</span><span style="color: rgb(0, 0, 0);"></span><span style="color: rgb(0, 0, 0);"></span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">w=raw_input("Input: ")</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">w=list(w)</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">for x in range(len(w)):</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">&nbsp; a=w[x]</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">&nbsp; t=0</span><span style="color: rgb(0, 0, 0);"></span><br style="color: rgb(0, 0, 0);"><span style="color:
 rgb(0, 0, 0);">&nbsp; print a</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">&nbsp; if a==2 or a==4 or a==6 or a==8 or a==10:</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">&nbsp;&nbsp;&nbsp; t=a/2</span><br style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 0, 0);">&nbsp;&nbsp;&nbsp; print "hi"</span></a><br><br>When I run this program, it doesn't print "hi". Can you please tell me why?<a href="mailto:tutor@python.org"><span style="color: rgb(0, 0, 0);"></span><br></a></div><br>







      </body></html>