mardi 14 janvier 2020

About python random.randint(first, second) [closed]

First of all, my English is low, so i apologize in advance.

Suppose we generate a number with the random function.

import random
i = random.randint(1,100)
print(i)

How does this function determine the number it generates?

Is there a specific order in this process?




Aucun commentaire:

Enregistrer un commentaire