Skip to content

Commit

Permalink
finshed 0001
Browse files Browse the repository at this point in the history
  • Loading branch information
lulujianjie committed May 4, 2015
1 parent 44d2b0d commit d49dd30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lulujianjie/0001/0001.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import uuid

uuids = []
for i in range(200):#0-199
uuids.append(uuid.uuid1())#append把value当作一个整体插入list
i = 0;
for i in range(200):
print uuids[i]
Expand Down

0 comments on commit d49dd30

Please sign in to comment.