This commit is contained in:
BarsTiger
2021-06-01 12:34:11 +03:00
parent af2921882b
commit 3f7d4040b7
3 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
import os, shutil, random
slash = '\\'
slash = '/'
chars = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0',
'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p',
'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l',
'z', 'x', 'c', 'v', 'b', 'n', 'm']
input("KOTIKOT, all rights reserved \nPress Enter to start...")
input("KOTIKOT, all rights reserved /nPress Enter to start...")
nameoffile = input("Enter name of file: ")