Facebook
From Мишка, 1 Year ago, written in Plain Text.
This paste is a reply to Untitled from ivan - go back
Embed
Viewing differences between Untitled and Re: Untitled
password user_input str(input())
input()
result = ''

if password user_input == ('s3cr3t!P@ssw0rd'):
    print('Welcome')
"s3cr3t!P@ssw0rd":
    result = 'Welcome'
else:
    print('Wrong password!')result = 'Wrong password'
print(result)