Skip to content

Commit 2b397d9

Browse files
Update Random Team Generator.py
1 parent 5258a8c commit 2b397d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Random Team Generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import random
2-
y = ["abhinav","sravan","koundinya","ajitesh","teja","tt"]
2+
y = list(map(str,input().split()))
33
t1 = []
44
t2 = []
55
while (len(y) != 0):

0 commit comments

Comments
 (0)