yolo_standard_libray/testdict.py
2025-03-07 11:35:40 +08:00

3 lines
32 B
Python

d = {1:0, 2:1, 4:2}
print(d[1])