How can I use lists to correspond one number to another instead of using dictionaries? Is there a way to do it with lists?

前端 未结 0 1124
[愿得一人]
[愿得一人] 2020-12-02 11:25
    snake_squares = {32: 8, 41: 19, 66: 36, 87: 69, 99: 56}

How can I have these numbers still correspond to each other but with lists instead?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题