-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnumber2.py
47 lines (38 loc) · 1.21 KB
/
number2.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
import random
import sys
import os
import time
os.system("rm number2.txt")
os.system("clear")
print(" Author | ReKuShE")
time.sleep(1)
print('')
print(" Telegram | @iiwiw")
time.sleep(1)
print('')
print(" ChannelTelegram | @Professional_school")
time.sleep(1)
print('')
print(" List-Reku v1")
time.sleep(1)
print('================ hi pro ================')
time.sleep(1)
print (' ReKuShE - NoVa -iraq - Nomber one ×_× ! ')
#================================================
uesr = input('Domain number =》》 ')
rekushe1 = '1234567890'
print('=========================================')
rekushe2 = input('Number of mattresses=》》 ')
rekushe2 = int(rekushe2)
rekushe = input(' What is a numberList ? : ')
rekushe = int(rekushe)
print('==================================')
for password in range(rekushe):
password = ''
for item in range(rekushe2):
rekushe3 = ''
for item in range(rekushe2):
rekushe3 += random.choice(rekushe1)
print (uesr+rekushe3)
with open('number2.txt', 'a') as x:
x.write(uesr + rekushe3 + '\n')