@@ -1,10 +1,6 @@
a=int(input())
s=0;p=1
while a>0:
b=a%10
s=s+b
if b!=0:
p=p*b
a=a//10
print(p)
print(s)
wrong = '@&*$/'
password=input("enter your password")
for i in password:
if i in wrong:
print('Запрещенный символ -',i)
The note is not visible to the blocked user.