Commit 12cae7ad by sikang

update

parent f9267a20
...@@ -21,7 +21,7 @@ def gen_rand_str(): ...@@ -21,7 +21,7 @@ def gen_rand_str():
def get_rand_code(index): def get_rand_code(index):
code = "" code = ""
if index == 0: if index == 0:
code += ";\nString " + gen_rand_str() + "=\"" + gen_rand_str() + "\"\n;" code += ";\nString " + gen_rand_str() + "=\"" + gen_rand_str() + "\";\n"
return code return code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment