Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import random
- from colorama import init
- init()
- from colorama import Fore
- while True:
- print(*[Fore.GREEN + str(random.randint(10_000, 99_999)) for _ in range(40)])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement