x in range(k)}
for i in [s[0+x:k+x] for x in range(0, len(s), k)]:
c = 1
for j in i:
d[c] += j
c += 1
return ''.join([x for x in d.values()])
def one():
global strtocode
print("[\033[31mВведите текст для кодировки\033[37m] ")
strtocode = input("[USER]-->")
print('Кодируем:',encode(strtocode,keycode))
NameError: name 'keycode' is not defined
В чём проблема?
а что за keycode?
ключ, забыл его вставить он равен 3
ну встаь
Обсуждают сегодня