We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5258a8c commit 2b397d9Copy full SHA for 2b397d9
Random Team Generator.py
@@ -1,5 +1,5 @@
1
import random
2
-y = ["abhinav","sravan","koundinya","ajitesh","teja","tt"]
+y = list(map(str,input().split()))
3
t1 = []
4
t2 = []
5
while (len(y) != 0):
0 commit comments