Skip to content
Snippets Groups Projects
Unverified Commit 6426c55b authored by meng ke's avatar meng ke Committed by GitHub
Browse files

Merge pull request #13 from gaoljhy/patch-1

update Main Function And Cmd Input
parents cc7a5b84 8ec170c9
No related branches found
No related tags found
No related merge requests found
...@@ -187,6 +187,8 @@ def 另起一段(): ...@@ -187,6 +187,8 @@ def 另起一段():
return xx return xx
if __name__ == "__main__":
xx = input("请输入文章主题:")
for x in xx: for x in xx:
tmp = str() tmp = str()
while ( len(tmp) < 6000 ) : while ( len(tmp) < 6000 ) :
...@@ -199,3 +201,4 @@ for x in xx: ...@@ -199,3 +201,4 @@ for x in xx:
tmp += 废话[random.randint(0,len(废话)-1)] tmp += 废话[random.randint(0,len(废话)-1)]
tmp = tmp.replace("x",xx) tmp = tmp.replace("x",xx)
print(tmp) print(tmp)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment