Skip to content

Commit 1007618

Browse files
committed
Updated 0001.py
1 parent 07fa80d commit 1007618

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

sandeepbvv11/0001/0001.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import uuid
22
import random
3-
f=open('IDs.txt','w')
43
st= 'qwertyuiopasdfghjklzxcvbnm!@#$%^&*'
54
for i in range(0,200):
65
x=str(uuid.uuid4().fields[-1])[:10]+st
76
y=''
87
for j in range(0,10):
98
y+=random.choice(x)
109
print (y+"\n")
11-
f.write(y+"\n")
12-
f.close()
10+
11+
1312

1413

0 commit comments

Comments
 (0)