<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
I am started a weeak ago with python, and yesterday I wodnloaded for my mobile.<br>However I feel that something got wrong. The problem is that when I run a script on computer that requires input, prints something and agains require input (that second just prevents from script closing before reading output), i get what I want - example : <br>Enter value10<br>10<br>Enter for exit<br><br>That's not the case with pythonCE. It creates dialog, I enter value, nothing is printed out and I am again prompted for exit. I find that quite strange as it's the very same code and it acts like after input is output or all commands ignored. <br>My code:<br>x = input("Enter value")<br>print x<br>raw_input("Enter for exit")<br><br>Thanks for help as this is an issue I can't move along with..<br>                                               </body>
</html>