<div>Can someone help me and tell why this does not work.</div>
<div> </div>
<div>prys=0<br>tp=0<br>pr=0</div>
<div>f = open('C:\Documents and Settings\ZU1TN\Desktop\Nommers\K55.txt', 'r')</div>
<div><br>pr=f.readline()<br>prys =int(prys)<br>tp =int(tp)<br>pr =int(pr)<br>tp=pr-prys<br>f.close<br>tp=str(tp)<br>print tp</div>
<div>raw_input()</div>
<div> </div>
<div>THX</div>