Advertisement
BERKYT

Untitled

Apr 17th, 2022
1,024
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. import random
  2. from colorama import init
  3. init()
  4. from colorama import Fore
  5.  
  6. while True:
  7.     print(*[Fore.GREEN + str(random.randint(10_000, 99_999)) for _ in range(40)])
  8.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement