Commit 5476afca authored by liguangyu06's avatar liguangyu06
Browse files

生成采购单

parent dfc109b6
...@@ -63,7 +63,7 @@ def l_pur(): ...@@ -63,7 +63,7 @@ def l_pur():
print(result) print(result)
n = 0 n = 0
while n < 100: while n < 500:
l_pur() l_pur()
n = n + 1 n = n + 1
print(n) print(n)
Supports Markdown
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