Найти - Пользователи
Полная версия: помогите с задачей
Начало » Центр помощи » помогите с задачей
1 2
terabayt
Rorchax
ты запусти, решение
ахах
andrey@ubuntu:~$ cat test.py 
s = "python forever python a test qwerty python."
b = s[:-1].split()
print(*filter(lambda x: len(set(x)) == len(x) and x != b[-1], b))andrey@ubuntu:~$
andrey@ubuntu:~$ python3 test.py
a qwerty
Rorchax
terabayt
andrey@ubuntu:~$ cat test.py
s = “python forever python a test qwerty python.”
b = s.split()
лол. все я понял
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB