Attached File(s)
-
numberguessing.txt (1.38K)
Number of downloads: 39




Posted 03 May 2011 - 12:59 AM
numberguessing.txt (1.38K)
Posted 03 May 2011 - 02:58 AM
>>> a = 'abc' >>> b = '123' >>> print a.isdigit() >>> False >>> print b.isdigit() >>> True
...
elif response=="V":
scores = getscores()
print scores
...
def getscores():
scores = """"""
f=open("score.txt",'r')
for line in f:
scores += line+'\n'
return scores
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
