Advertisement
ro8ot

Untitled

Sep 4th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.41 KB | None | 0 0
  1. import string, random
  2. import os
  3.  
  4.  
  5. def random_char(y):
  6.        return ''.join(random.choice(string.ascii_letters) for x in range(y))
  7. ui = input("do you want Strat please Enter: ")
  8.  
  9. def h() :
  10.   with  open('list.txt', 'a+') as b:
  11.         print('FOR @qway - (: ')
  12.         for i in  range(10000000):
  13.  
  14.          print(random_char(4))
  15.  
  16.  
  17. if (ui == ""):
  18.     os.system('cls')
  19.     print('FOR @qway - (: ')
  20.     h()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement