How to predict the next element of the list in python?

前端 未结 0 536
一个人的身影
一个人的身影 2020-12-21 14:58

I have a list and i want to predict the next element of it.

for e.g lists = [1,2,3,1,2,3,1,2,3]

I want my program to give output \'1\' and then \'

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