[Python-ideas] Help!!please
Barend erasmus
funbuggie at gmail.com
Fri Jul 30 06:05:34 CEST 2010
Can someone help me and tell why this does not work.
prys=0
tp=0
pr=0
f = open('C:\Documents and Settings\ZU1TN\Desktop\Nommers\K55.txt', 'r')
pr=f.readline()
prys =int(prys)
tp =int(tp)
pr =int(pr)
tp=pr-prys
f.close
tp=str(tp)
print tp
raw_input()
THX
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20100730/d7b8d324/attachment.html>
More information about the Python-ideas
mailing list