Есть ответ 👍

Линукс
create an entry in /etc/rsyslog.conf that stores all authentication messages (authpriv) info level and higher into a file named /var/log/myauth. from one terminal, watch the file as data comes into it, and in another terminal, try to ssh into your local machine as any valid user, with a bad password.

199
315
Посмотреть ответы 1

Ответы на вопрос:


a=float(input('input: '))

b=0

while a%1! =0:

    a=a*10

while a> 0:

    b=b*10+a%10

    a=a//10

print(b)

Популярно: Информатика