@@ -1,6 +1,4 @@
wrong = '@&*$/'
password=input("enter your password")
for i in password:
if i in wrong:
print('Запрещенный символ -',i)
set1=set(map(int,input().split()))
set2=set(map(int,input().split()))
set3=set(map(int,input().split()))
print(sorted(set1&set2&set3))
The note is not visible to the blocked user.