We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1686400 commit 5a286efCopy full SHA for 5a286ef
1 file changed
Drake-Z/0003/0003.py
@@ -17,7 +17,7 @@ def write_to_mysql(filename):
17
return 0
18
19
def search_mysql():
20
- b = int(input('查询第几号激活码:'))
+ b = int(input('查询第几号(1-200)激活码:'))
21
r = redis.StrictRedis(host='localhost', port=6379, db=0)
22
print(str(r.get(b),'UTF-8'))
23
0 commit comments