File tree 1 file changed +0
-33
lines changed
1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 21
21
with open ("uub.txt" , "w" ) as f :
22
22
for names in myNames :
23
23
f .write ("%s\n " % names )
24
-
25
- # try:
26
- # x = names.text
27
- # print(x)
28
- # break
29
- # except Exception as err1:
30
- # pass
31
- # myNames.append(x)
32
-
33
- # print(myNames)
34
-
35
- # myFile = open('roster.json')
36
- # data = json.load(myFile)
37
- # myFile.close()
38
-
39
- # newData = []
40
-
41
- # for names in data:
42
- # if names["available"] == True:
43
- # newData.append(names)
44
-
45
- # random.seed()
46
-
47
- # if len(sys.argv) > 1:
48
- # if sys.argv[1] == "3":
49
- # x = random.randint(0, (len(newData) - 1))
50
- # print("Thursday: " + newData[x]["name"])
51
-
52
- # x = random.randint(0, (len(newData) - 1))
53
- # print("Friday: " + newData[x]["name"])
54
-
55
- # x = random.randint(0, (len(newData) - 1))
56
- # print("Saturday: " + newData[x]["name"])
You can’t perform that action at this time.
0 commit comments