If I have some code like this:
import random for i in range(10): print(randint(0,1))
Now I know the previous 10 outputs how can I predict the 11th one? I know it's possible, how can I find it?
Aucun commentaire:
Enregistrer un commentaire