MAIN CODE:-
import random
value = random.randrange(1,876)
print(value)
THE ISSUE:-
After running this code, I only get only one value after printing 'value' in interactive mode as well as in script mode, please help me if anyone of you have a fix for it.
Aucun commentaire:
Enregistrer un commentaire