update schedule generation
This commit is contained in:
1 parent
cc986c41f7
commit
71388084e2
2 files changed
+78
-74
No files matched your search
@@ -1,26 +0,0 @@
|
||||
# myList = {
|
||||
# "code1": {
|
||||
# "name": "hello",
|
||||
# "value": 3
|
||||
# },
|
||||
# "code2": {
|
||||
# "name": "bye",
|
||||
# "value": 1
|
||||
# }
|
||||
# }
|
||||
|
||||
# query = {
|
||||
# "code1": {
|
||||
# "name": "hello",
|
||||
# "value": 3
|
||||
# }
|
||||
# }
|
||||
|
||||
# myList = ["a","b","c","d","e","f","g","h","i","j"]
|
||||
# print(len(myList))
|
||||
|
||||
# for i in range(len(myList)-2): # Subtract last 2 classes as they are alternatives
|
||||
# print()
|
||||
|
||||
# # Get first alternative
|
||||
# print(myList[len(myList)-2])
|
||||
Reference in new issue
Block a user