samedi 1 février 2020

I got same number every time in with python random.randint [closed]

Help!

My script is

import random 
rnumb = random.randint(1000000, 9999999)
while 3>2:
   print(rnumb)

if i run this code got only one same number

ps. I use python 3.8




Aucun commentaire:

Enregistrer un commentaire