This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2026-03-21 11:26:51 +05:00
parent 81d0645603
commit f5d3dbe0e0
3 changed files with 16 additions and 9 deletions

10
one.py
View File

@@ -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))