update test development

This commit is contained in:
SowinskiBraeden committed 2022-02-20 16:38:09 -08:00
1 parent fa3d6d0a4c
commit cc986c41f7
4 files changed
+101 -61

No files matched your search

+12 -10
View File
@@ -9,16 +9,18 @@
# }
# }
# query = {
# "code1": {
# "name": "hello",
# "value": 3
# }
# }
# if "code1" in myList:
# print(True)
# print(list(myList).index("code2"))
# myList = ["a","b","c","d","e","f","g","h","i","j"]
# print(len(myList))
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()
for i in range(len(myList)-2): # Subtract last 2 classes as they are alternatives
print()
# Get first alternative
print(myList[len(myList)-2])
# # Get first alternative
# print(myList[len(myList)-2])